Advertisement
martech-george

Untitled

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