Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleGTM Purchase Event
<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
languagexml
titleForm Fill
<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
languagexml
titleForm Submit
<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