Atlas Pixel Tracker

Implement Atlas tracking on your website

Add Tag to Your Website

1<script src="https://cdn.youratlas.com/scripts/tracking.js"></script>
2<script>
3 atlas("setRegion", "NA");
4 atlas.init("YOUR_TAG_ID", "YOUR_CAMPAIGN_ID");
5 atlas("trackEvent", "PageView");
6</script>

Paste above </head> on every page.

Event Types

EventCode
PageViewatlas('trackEvent', 'PageView')
AddToShoppingCartatlas('trackEvent', 'AddToShoppingCart')
Checkoutatlas('trackEvent', 'Checkout')
Off-SitePurchasesatlas('trackEvent', 'Off-SitePurchases')
Signupatlas('trackEvent', 'Signup')
Contactatlas('trackEvent', 'Contact')
Subscribeatlas('trackEvent', 'Subscribe')
Searchatlas('trackEvent', 'Search')
Leadatlas('trackEvent', 'Lead')
Applicationatlas('trackEvent', 'Application')

Google Tag Manager

  1. Go to GTM > Tags > New > Custom HTML
  2. Paste the script above
  3. Set trigger to All Pages
  4. Save and publish