Advertisement
Thomas_MOM

Untitled

Jul 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <script>
  2. dataLayer.push({
  3. 'event': 'orderCompleted',
  4. 'ecommerce': {
  5. 'purchase': {
  6. 'actionField': {
  7. 'id': '190704229', //required
  8. 'affiliation': '',
  9. 'revenue': '27.80',
  10. 'tax':'1.99',
  11. 'shipping': '7.90',
  12. 'coupon': ''
  13. },
  14. 'products': [{
  15. 'name': 'Erlebnisangebot 2 Flüge', //name or ID requires
  16. 'id': '12345',
  17. 'price': '89.00',
  18. 'brand': 'Windwerk',
  19. 'quantity': 1,
  20. 'coupon': 'TESTADW' },
  21. {
  22. 'name': 'Video und Foto',
  23. 'id': '12346',
  24. 'price': '19.00',
  25. 'brand': 'Windwerk',
  26. 'quantity': 1
  27. },
  28. {
  29. 'name': 'versand',
  30. 'id': '12347',
  31. 'price': '7.90',
  32. 'brand': 'Windwerk',
  33. 'quantity': 1
  34. }]
  35. }
  36. }
  37. });
  38. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement