filipr27

GA4 - purchase - Duni

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