Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. dataLayer.push({
  2. "event": "viewProductAndCorrelated",
  3. "ecommerce": {
  4. "impressions": [{
  5. "id": "6c3b0",
  6. "name": "Zappix T-Shirt",
  7. "price": "99.00",
  8. "brand": "Zappix",
  9. "category": "T-Shirts",
  10. "position": 0
  11. },
  12. {
  13. "id": "9bdd2",
  14. "name": "Compton T-Shirt",
  15. "price": "44.00",
  16. "brand": "Compton",
  17. "category": "T-Shirts",
  18. "position": 1
  19. },
  20. {
  21. "id": "8835a",
  22. "name": "Isoternia T-Shirt",
  23. "price": "57.00",
  24. "brand": "Isoternia",
  25. "category": "T-Shirts",
  26. "position": 2
  27. },
  28. {
  29. "id": "035f0",
  30. "name": "Futuris T-Shirt",
  31. "price": "55.00",
  32. "brand": "Futuris",
  33. "category": "T-Shirts",
  34. "position": 3
  35. }],
  36. "detail": {
  37. "products": [{
  38. "id": "9bdd2",
  39. "name": "Compton T-Shirt",
  40. "price": "44.00",
  41. "brand": "Compton",
  42. "category": "T-Shirts",
  43. "position": 0
  44. }]
  45. }
  46. }
  47. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement