Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- window.dataLayer = window.dataLayer || [];
- window.dataLayer.push({
- 'event': 'Enter Payment', // name of an event. In this case, Enter Payment
- 'eventID': 'PI-1630317410566-tp6igfwsz' //eventID has to be passed for event deduplication
- 'ecommerce': { // ecommerce object. This is the essential part of tracking. New EE data must always be pushed to this object
- 'checkout': { // name of an action. In this case, always stays as checkout
- 'actionField': {
- 'step': 3 // number of the current checkout step that a user has entered (must always be 3 in this situation)
- }
- }
- }
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement