My Organization

Tracking

Install and configure your tracking script.

Install on Any Website

Paste this code into the <head> section of every page on your website.

<!-- AdTrack Pro Tracking Script -->
<script>
(function(w,d,s,k){
  w._atq=w._atq||[];
  w._atq.push(['init', k, { t: Date.now() }]);
  w._atq.push(['track', 'pageload']);
  var f=d.getElementsByTagName(s)[0],
      j=d.createElement(s);
  j.async=true;
  j.src='https://t.adtrackpro.com/at.js?v='
    +Math.floor(Date.now()/864e5)+'&k='+k;
  f.parentNode.insertBefore(j,f);
})(window,document,'script','YOUR_SCRIPT_KEY');
</script>

Script Key: YOUR_SCRIPT_KEY — This key is unique to your organization.