Advertisement
JITreviso

ga4_eec | promo_view_whirlpool

Oct 17th, 2022
1,528
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_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.       promotion_id: 'summer_129id',
  13.       promotion_name: 'cyber_monday',
  14.       creative_name: '5%_off',
  15.       creative_slot: 'cupón_popUp',
  16.       location_id: 'cupón'
  17.     }]
  18.   }
  19. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement