Advertisement
martech-george

Untitled

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