Advertisement
GiacomoGalanti

transaction

Dec 2nd, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 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': '2873',
  9. 'revenue': '122.97',
  10. 'tax':'12',
  11. 'shipping': '',
  12. 'coupon': 'Black friday' //needs to be filled if coupon is used on the entire order
  13. },
  14. 'products': [{
  15. 'name': 'carne secca',
  16. 'id': '8773',
  17. 'price': 11.99,
  18. 'brand': 'jack links',
  19. 'category': [
  20. 'Best selling products',
  21. 'Carne secca',
  22. 'Carne secca (removed)',
  23. 'Jack Link’s',
  24. 'New products',
  25. 'Novità',
  26. 'Products',
  27. 'Snack Salati Americani',
  28. 'Snack Salati Americani (Removed)',
  29. 'Tutto il cibo',
  30. 'Tutto il cibo americano'
  31. ],
  32. 'quantity': 2,
  33. 'coupon': 'HappyT2122' //needs to be filled if coupon is used on a single product
  34.  
  35. },
  36. {
  37. 'name': 'Doritos al formaggio',
  38. 'id': '2873432',
  39. 'price': 11.99,
  40. 'brand': 'Demobrand',
  41. 'category': 'New products',
  42. 'Novità',
  43. 'Products',
  44. 'Snack Salati Americani',
  45. 'Snack Salati Americani (Removed)',
  46. 'Tutto il cibo',
  47. 'Tutto il cibo americano',
  48. 'quantity': 2,
  49. 'coupon': ''
  50. }]
  51. }
  52. }
  53. });
  54. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement