Advertisement
GiacomoGalanti

remarketing product view

Apr 25th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 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, //product id of the product that is being viewed
  7. 'ecomm_pagetype': 'product',
  8. 'ecomm_category': 'books', // needs to be dynamically replaced according to category the product that is viewed belongs to
  9. 'ecomm_totalvalue': 89.98 //price of the product being viewed
  10. }
  11. });
  12.  
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement