Advertisement
eugenpotlog

Untitled

Jan 21st, 2022
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.dataLayer = window.dataLayer || [];
  2. window.dataLayer.push({
  3.   event: 'add_to_wishlist',
  4.   ecommerce: {
  5.     items: [{
  6.       item_name: 'Portocale Suculente 1 Kg',
  7.       item_id: '2330',
  8.       price: '6.8',    
  9.       item_category: 'fructe',
  10.       quantity: '1'
  11.     }]
  12.   }
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement