...
Code Block |
---|
language | xml |
---|
title | GTM 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 |
---|
language | xml |
---|
title | Form 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 |
---|
language | xml |
---|
title | Form Submit |
---|
|
<script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'PurchaseAttempt' }); </script> |
Implementation Plan
Priority | Offer | Assignee |
---|
| LiveWave |
|
| Mindinsole |
|
|
|
|
|
|
|
|
|
|