filipr27

GA - verification_continue_shopping

Oct 6th, 2022 (edited)
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Fire this dataLayer event when the user clicks on the "Continue shopping" button on the "verification successful" page.
  2.  
  3. window.dataLayer = window.dataLayer || [];
  4.   window.dataLayer.push({
  5.    'event': 'verification_continue_shopping',
  6.    'process': 'rnw'  // Variable value. ID/name of the selected process.
  7. });
Advertisement
Add Comment
Please, Sign In to add comment