filipr27

GA4 - add_shipping_info - Duni

Apr 20th, 2023 (edited)
745
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_shipping_info",
  4.   ecommerce: {
  5.     currency: "GBP",
  6.     value: 265.93,
  7.     coupon: "Summer Sale",
  8.     shipping_tier: "Standard shipping",
  9.     items: [
  10.      {
  11.       item_id: "199149",
  12.       item_name: "Dunisoft® Napkin 40 x 40 cm Woven Kiwi, 360 pcs/box (6 x 60 pcs)",
  13.       affiliation: "Online Store",
  14.       coupon: "Summer Sale",
  15.       discount: 2.22,
  16.       item_brand: "Duni",
  17.       item_category: "Napkins",
  18.       item_category2: "Dinner Size Napkins Design",
  19.       item_category3: "Dunisoft",
  20.       item_variant: "Woven Kiwi",
  21.       price: 95.21,
  22.       quantity: 2
  23.     },
  24.     {
  25.       item_id: "198817",
  26.       item_name: "Dunicel® Tête-à-Tête 0,4 x 24 m Sun Orange, 4 pcs/box (4 x 1 pcs)",
  27.       affiliation: "Online Store",
  28.       coupon: "Summer Sale",
  29.       discount: 3.33,
  30.       item_brand: "Duni",
  31.       item_category: "Table Coverings",
  32.       item_category2: "Tablerunners Unicolour",
  33.       item_category3: "Dunicel Tête à tête",
  34.       item_variant: "Sun Orange",
  35.       price: 75.51,
  36.       quantity: 1
  37.     }]
  38.   }
  39. });
Advertisement
Add Comment
Please, Sign In to add comment