Advertisement
martech-george

Untitled

Oct 23rd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <script>
  2. window.dataLayer = window.dataLayer || [];
  3. window.dataLayer.push({
  4. 'event': 'eec.remove_from_cart',
  5. 'ecommerce': {
  6. 'currencyCode': 'EUR',
  7. 'remove': {
  8. 'actionField': {
  9. 'list': 'Search Results' // Τη product list που ήταν όταν επισκέφτηκαν το product page και πάτησαν add to cart. Τιμή από breadcrumb στο product list.
  10. },
  11. 'products': [{
  12. 'name': 'Λάμπα LED SMD 9 W Ε27',
  13. 'id': '82340387',
  14. 'price': '0.89',
  15. 'brand': 'no name',
  16. 'category': 'Φωτιστικά/Λάμπες/Λάμπες Led',
  17. 'variant': '',
  18. 'quantity': 1,
  19. 'coupon': '',
  20. 'dimension6': 'Deco',
  21. 'dimension7': 'True',
  22. 'dimension9': 'True',
  23. 'dimension10': 'True'
  24. }] //ανάλογα το πόσα προϊόντα αγοράστηκαν να υπάρχουν αντίστοιχα arrays όπως τα παραπάνω.
  25. }
  26. }
  27. });
  28.  
  29. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement