GiacomoGalanti

Products list - products impressions

Apr 7th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <script>
  2. var dataLayer = window.dataLayer || [];
  3. dataLayer.push({
  4. 'ecommerce': {
  5. 'currencyCode': 'EUR',
  6. 'impressions': [
  7. {
  8. 'name': 'iPad Pro', //name or id required
  9. 'id': 'pad1232', //name or id required
  10. 'price': '899',
  11. 'brand': 'Apple',
  12. 'category': 'Tablets',
  13. 'variant': 'Space Gray'
  14. 'list': 'Products 2017',
  15. 'position': '1' },
  16. {
  17. 'name': 'iPad Air', //name or id required
  18. 'id': 'pad1332', //name or id required
  19. 'price': '499',
  20. 'brand': 'Apple',
  21. 'category': 'Tablets',
  22. 'variant': 'Black'
  23. 'list': 'Products 2017',
  24. 'position': '2' }]
  25. }
  26. });
  27. </script>
Add Comment
Please, Sign In to add comment