Follow these instructions to implement Atlas tracking on your websiteAdd tag to website code manually#
1. Copy your custom tag code#
This is your Atlas tracking script.On every page of your website, paste the tag above </head> at the bottom of the header section.3. Add event and attribute code#
There are 10 recommended event types you can capture with this tag. You can add them to the tag code, add them inline, or attach them to button clicks.| Event | Event Code |
|---|
| AddToShoppingCart | atlas('trackEvent', 'AddToShoppingCart') |
| Checkout | atlas('trackEvent', 'Checkout') |
| PageView | atlas('trackEvent', 'PageView') |
| Off-SitePurchases | atlas('trackEvent', 'Off-SitePurchases') |
| Signup | atlas('trackEvent', 'Signup') |
| Contact | atlas('trackEvent', 'Contact') |
| Subscribe | atlas('trackEvent', 'Subscribe') |
| Search | atlas('trackEvent', 'Search') |
| Lead | atlas('trackEvent', 'Lead') |
| Application | atlas('trackEvent', 'Application') |
Usage Examples#
Add to Cart Example#
For Google Tag Manager:#
3.
Choose Custom HTML as tag type
Track events via GTM (Optional)#
Create additional tags for specific events: Modified at 2025-12-11 23:09:11