Advertisement
GiacomoGalanti

Acquisto / transazione - aka Purchase-

Dec 21st, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 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' // deve essere compilato se il coupon viene utilizzato sull'intero ordine },
  13. 'products': [{
  14. 'name': 'Orafol® Orajet® 3164 Bianco Lucido',
  15. 'id': '8773',
  16. 'price': 11.99,
  17. 'brand': 'Orafol',
  18. 'category': [
  19. 'Best selling products',
  20. 'Vinile monomerico da stampa',
  21. ],
  22. 'quantity': 2,
  23. 'coupon': 'HappyT2122' //needs to be filled if coupon is used on a single product
  24.  
  25. },
  26. {
  27. 'name': 'Orafol® Orajet® 3164 Trasparente Opaco',
  28. 'id': '2873432',
  29. 'price': 11.99,
  30. 'brand': 'Demobrand',
  31. 'category': 'Vinile polimerico',
  32. 'quantity': 2,
  33. 'coupon': ''
  34. }]
  35. }
  36. }
  37. });
  38. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement