Advertisement
martech-george

Untitled

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