Advertisement
eugenpotlog

Untitled

Jan 21st, 2022
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dataLayer.push({
  2.   event: "eec.checkout",
  3.   ecommerce: {
  4.     checkout: {
  5.       actionField: {step: 3, option: "payment", action: "checkout"},
  6.       products: [
  7.         {
  8.           id: "2128",
  9.           name: "Coca Cola Mere si Soc Sticla 0.25 L",
  10.           category: "bauturi-racoritoare",
  11.           quantity: 1,
  12.           price: 3.5,
  13.           position: 1,
  14.           dimension4: ""
  15.         }
  16.       ]
  17.     }
  18.   }
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement