Advertisement
dusanmiha

Uproar - GA - UA - Promotion Click

Sep 27th, 2023
1,257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. window.dataLayer = window.dataLayer || [];
  3. window.dataLayer.push({
  4.     'event': 'eec.promotionClick',              
  5.     'ecommerce': {                              // ecommerce object. This is the essential part of tracking. New data must always be pushed to this object
  6.         'promoClick': {                        
  7.           'promotions': [{
  8.              'id': 'https://www.dior.com/on/demandware.static/-/Library-Sites-DiorSharedLibrary/default/dwf027a754/images/beauty/0-HOME/FRAGRANCES/2023/08.AUGUST/SVG_S223_Mood-Elixir_1688x3000.jpg',                      // Unique identifier for the promotion that was clicked.      
  9.              'name': 'Sauvage Elixir',             // Name of the promotion.
  10.              'creative': 'SVG_S223_Mood-Elixir_1688x3000',        // A name for the creative where the promotion banner was showing.
  11.              'position': 'slot1'                    // Some way to distinguish the position of the promotion in the creative (e.g. first slide of a carousel).
  12.             }]
  13.         }
  14.   }
  15. });
  16. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement