Skip to main content
Skip table of contents

Can we see an example of the tracking tag?

Below is a code snippet of a sample tracking tag. Note that each tracking tag is customized per client to meet their tracking needs.

CODE
<script>
var _paq = window._paq = window._paq || [];
  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  
_paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
    var u='https://dashboard.atrilyx.com/';
    mtm_id           = "";
  _paq.push([ function() { mtm_id            = this.getVisitorId(); }]);_paq.push(['setTrackerUrl', u+'js/tracker.php']);
    _paq.push(['setSiteId', '87']);
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    g.async=true; g.src=u+'js/tracker.php'; s.parentNode.insertBefore(g,s);
  })();
</script>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.