Advertisement
GiacomoGalanti

product_view

Dec 2nd, 2020
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <script>
  2. var dataLayer = window.dataLayer || [];
  3. dataLayer.push({
  4. 'event': 'product_view',
  5. 'ecommerce': {
  6. 'detail': {
  7. 'products': [{
  8. 'name': 'M&M’s cookies biscotto da 45g',
  9. 'id': '87734243',
  10. 'price': 11.99,
  11. 'brand': 'M&M',
  12. 'category': [
  13. 'Best selling products',
  14. 'Cibo Europeo',
  15. 'Cibo europeo (removed)',
  16. 'Dolci europei',
  17. 'Dolci europei (removed)',
  18. 'New products',
  19. 'Novità',
  20. 'Products',
  21. 'Tutto il cibo',
  22. 'Tutto il cibo americano']
  23. ,
  24. 'quantity': 1
  25. }]
  26. }
  27. }
  28. });
  29. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement