Advertisement
martech-george

Untitled

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