Advertisement
martech-george

Untitled

Oct 8th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 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': 2,
  13. 'item_price': '0.89',
  14. 'prod_category': 'Φωτιστικά/Λάμπες/Λάμπες Led'
  15. },
  16. {
  17. 'id': '82311264',
  18. 'quantity': 1,
  19. 'item_price': '4.99',
  20. 'prod_category': 'Διακόσμηση/Μαξιλάρια & Ριχτάρια/Ριχτάρια'
  21. }],
  22. 'total_num_items': 3,
  23. 'items' : [{
  24. 'id': '82340387',
  25. 'google_business_vertical': 'retail'
  26. },
  27. {
  28. 'id': '82311264',
  29. 'google_business_vertical': 'retail'
  30. }],
  31. 'event': 'eec.checkout',
  32. 'ecommerce': {
  33. 'currencyCode': 'EUR',
  34. 'checkout': {
  35. 'actionField': {
  36. 'step': 1, // Το βήμα στο checkout funnel.
  37. 'option': 'Click and Collect' // Τιμές: Click and Collect
  38. },
  39. 'products': [{
  40. 'name': 'Λάμπα LED SMD 9 W Ε27',
  41. 'id': '82340387',
  42. 'price': '0.89',
  43. 'brand': 'no name',
  44. 'category': 'Φωτιστικά/Λάμπες/Λάμπες Led',
  45. 'variant': '',
  46. 'quantity': 2,
  47. 'coupon': '',
  48. 'dimension6': 'Deco',
  49. 'dimension7': 'True',
  50. 'dimension9': 'True',
  51. 'dimension10': 'True'
  52. },
  53. {
  54. 'name': 'Ριχτάρι Polar industrial Μ180xΠ120 cm σε χρώμα γκρι',
  55. 'id': '82311264',
  56. 'price': '4.99',
  57. 'brand': 'Polar',
  58. 'category': 'Διακόσμηση/Μαξιλάρια & Ριχτάρια/Ριχτάρια',
  59. 'variant': '',
  60. 'quantity': 1,
  61. 'coupon': '',
  62. 'dimension6': 'Deco',
  63. 'dimension7': 'True',
  64. 'dimension9': 'True',
  65. 'dimension10': 'True'
  66. }] //ανάλογα το πόσα προϊόντα αγοράστηκαν να υπάρχουν αντίστοιχα arrays όπως τα παραπάνω.
  67. }
  68. }
  69. });
  70.  
  71. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement