carlosmdh

Purchase dataLayer.push

Mar 3rd, 2022
147
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: 'purchase',
  4.   ecommerce: {
  5.     currency: 'EUR',
  6.     value: 109.29,
  7.     tax: 7.18,
  8.     shipping: 10.00,
  9.     affiliation: 'My Parka Store',
  10.     transaction_id: 'p115-20202000',
  11.     coupon: 'free_back_rub',
  12.     items: [{
  13.       item_name: 'Finnish magical parka',
  14.       item_id: 'mp1122',
  15.       price: '31.10',
  16.       item_brand: 'PARKA4LIFE',
  17.       item_category: 'Apparel',
  18.       item_category2: 'Coats',
  19.       item_category3: 'Parkas',
  20.       item_category4: 'Unisex',
  21.       item_variant: 'Navy blue',
  22.       quantity: '3'
  23.     },{
  24.       item_name: 'Parka stain removal',
  25.       item_id: 'psr1332',
  26.       price: '5.99',
  27.       item_brand: 'PARKA4LIFE',
  28.       item_category: 'Apparel',
  29.       item_category2: 'Utility',
  30.       item_category3: 'Care product',
  31.       quantity: '1',
  32.       item_coupon: 'cheap_stain_removal'
  33.     }]
  34.   }
  35. });
Advertisement
Add Comment
Please, Sign In to add comment