[CHANGE] Webanalytics Connector

We will update the connector URL for our BI / Webanalytics systems, you have to change this in your HTML code to get further statistics.

We will change our URL/domain for our BI-Webanalytics services from bi.mdct.cloud to bi.25space.com by 1th October 2020.

It is important for you to update or change your analytics code which is integrated in your website to this date. Otherwise you don’t will get further statistics form your website or application. We currently can confirm that more than 70% of our customers already use the new URL.

You can simply get the new code generated for your website. Please login at https://cloud.25space.com and click Applications > Your BI App. There you have on the left side the button “Your tracking-code” to show the new code.

Also, you can direct change the integrated code in your website by simply change the embedded URL to bi.25space.com. Further sub-pages will still be the same. Following you will find an example about a new/updated code. Please note you have an individual site-it to identify your website, here is it 99999.

<!-- Webanalytics -->
<script type="text/javascript">
  var _paq = window._paq || [];
  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
    var u="https://bi.25space.com/analytics//";
    _paq.push(['setTrackerUrl', u+'matomo.php']);
    _paq.push(['setSiteId', '99999']);
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  })();
</script>
<!-- End Webanalytics Code -->

If you need further help for this topic, please feel free to contact us at anytime at https://25space.com/support with a new ticket.

Leave a Reply

Your email address will not be published. Required fields are marked *