Advertisement
JITreviso

ga4_eec | select_promotion_whirlpool

Oct 17th, 2022
1,313
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: 'select_promotion',
  4.   ecommerce: {
  5.     items: [{
  6.       promotion_id: 'summer_93id',                 // promotion ID
  7.       promotion_name: 'cyber_monday',       // name of the promo campaign
  8.       creative_name: '15%_off',      // main message of the banner
  9.       creative_slot: 'sidebar1',            // slot of the banner (there are multiple items in the same location, e.g. slider)
  10.       location_id: 'sidebar'                // location of the banner
  11.     }]
  12.   }
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement