Advertisement
GiacomoGalanti

remarketing purchase

Apr 25th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <script>
  2. var dataLayer = window.dataLayer || [];
  3. dataLayer.push({
  4. 'event': 'remarketing',
  5. 'google_tag_params': {
  6. 'ecomm_prodid': [123, 456, 789, 8910], //array of all product ids that are displayed
  7. 'ecomm_pagetype': 'purchase',
  8. 'ecomm_totalvalue': 89.98 //price of the product being viewed
  9. }
  10. });
  11.  
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement