Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Fire this event when a user completes the final order review (clicks "place order" but the purchase is not complete yet because they still have to enter credit card info). Include only when payment is by card. Do not include it for other payment methods if there is no extra step of adding card info. For now, this is only available on the UK site.
- <script>
- window.dataLayer = window.dataLayer || [];
- window.dataLayer.push({
- 'event': 'final_order_review_completed',
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment