Advertisement
englandrm

Untitled

Apr 24th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <script>
  2. var dataLayer = window.dataLayer || [];
  3. dataLayer.push({
  4. 'event': 'transaction',
  5. 'ecommerce': {
  6. 'purchase': {
  7. 'actionField': {
  8. 'id': '155',
  9. 'affiliation': 'affiliate',
  10. 'revenue': '50',
  11. 'tax':'12',
  12. 'shipping': '12',
  13. 'coupon': 'new' },
  14. 'products': [{
  15. 'name': 'iPhone 6',
  16. 'id': '155',
  17. 'price': '699.99',
  18. 'brand': 'Apple',
  19. 'category': 'phone',
  20. 'variant': 'rose gold',
  21. 'quantity': '1',
  22. 'coupon': 'new''
  23. },
  24. {
  25. 'name': 'iPad Air',
  26. 'id': 'pad1332',
  27. 'price': '499',
  28. 'brand': 'Apple',
  29. 'category': 'Tablets',
  30. 'variant': 'Black',
  31. 'quantity': '2',
  32. 'coupon': 'Summer 2017'
  33. }]
  34. }
  35. }
  36. });
  37. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement