...
Code Block | ||||
---|---|---|---|---|
| ||||
<script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'Upsell X' }); </script> |
7. Implement on Form Fill
Instructions - Once the user begins entering a form field on the checkout, please fire below event
Code Block | ||||
---|---|---|---|---|
| ||||
<script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'AddToCart' }); </script> |
8. Implement on Form Submit
Instructions – When user hits a “Paypal” or “Purchase” button on the checkout page
Code Block | ||||
---|---|---|---|---|
| ||||
<script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'PurchaseAttempt' }); </script> |
Implementation Plan
GTM Pixel Global Events Tracking
Priority Deployment List for GTM + FingerprintID updates - CURRENT PROGRESS