filipr27

GA - order_review

Oct 6th, 2022 (edited)
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Fire this dataLayer event when the user gets to the order review page during webshop checkout.
  2.  
  3. window.dataLayer = window.dataLayer || [];
  4.   window.dataLayer.push({
  5.    'event': 'order_review',
  6.    'process': 'rnw'  // Variable value. ID/name of the selected process.
  7. });
Advertisement
Add Comment
Please, Sign In to add comment