Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <script>
  2. window.dataLayer = window.dataLayer || [];
  3. dataLayer.push({
  4. 'event': 'ProductImpressions',
  5. 'ecommerce': {
  6. 'impressions': [{ //first product
  7. 'name': 'iPhone XS', //product name
  8. 'id': '007154', //product article
  9. 'price': '999.00', //unit price
  10. 'category': 'Shop/Buy iPhone', //product category
  11. 'brand': 'Apple', //product brand, constant value
  12. 'list': 'iPhones', //list name
  13. 'position': 1 //position of a product in the list
  14. }, { //second product
  15. 'name': 'iPhone XS Max',
  16. 'id': ' 133801 ',
  17. 'price': '1099',
  18. 'category': 'Shop/Buy iPhone',
  19. 'brand': 'Apple',
  20. 'list': 'iPhones',
  21. 'position': 2
  22. }
  23. //more details about the product
  24. ]
  25. }
  26. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement