filipr27

GA4 - view_cart - Duni

Apr 18th, 2023 (edited)
859
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: "view_cart",
  4.   ecommerce: {
  5.     currency: "GBP",
  6.     value: 69.61,
  7.     items: [
  8.     {
  9.       item_id: "168432",
  10.       item_name: "Duni Eleganceยฎ Napkin Lily 40 x 40 cm White, 240 pcs/box (6 x 40 pcs)",
  11.       affiliation: "Online Store",
  12.       coupon: "Summer Sale",
  13.       discount: 2.22,
  14.       item_brand: "Duni",
  15.       item_category: "Napkins",
  16.       item_category2: "Dinner Size Napkins Unicolour",
  17.       item_category3: "Duni Elegance Lily",
  18.       item_variant: "White",
  19.       price: 69.61,
  20.       quantity: 1
  21.     }]
  22.   }
  23. });
Advertisement
Add Comment
Please, Sign In to add comment