jaspacio

GA4 View Promotion

Jul 3rd, 2023
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dataLayer.push({ ecommerce: null });  // Clear the previous ecommerce object.
  2. dataLayer.push({
  3.   event: "view_promotion",
  4.   ecommerce: {
  5.     creative_name: "Summer Banner",
  6.     creative_slot: "featured_app_1",
  7.     promotion_id: "P_12345",
  8.     promotion_name: "Summer Sale",
  9.     items: [
  10.     {
  11.       item_id: "SKU_12345",
  12.       item_name: "Stan and Friends Tee",
  13.       affiliation: "Google Merchandise Store",
  14.       coupon: "SUMMER_FUN",
  15.       discount: 2.22,
  16.       index: 0,
  17.       item_brand: "Google",
  18.       item_category: "Apparel",
  19.       item_category2: "Adult",
  20.       item_category3: "Shirts",
  21.       item_category4: "Crew",
  22.       item_category5: "Short sleeve",
  23.       item_list_id: "related_products",
  24.       item_list_name: "Related Products",
  25.       item_variant: "green",
  26.       location_id: "ChIJIQBpAG2ahYAR_6128GcTUEo",
  27.       price: 9.99,
  28.       quantity: 1
  29.     }
  30.     ]
  31.   }
  32. });
Add Comment
Please, Sign In to add comment