dusanmiha

GA4 - led_calculator_usage - Duni

Apr 27th, 2023 (edited)
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //The led_calculator_usage event should be sent to dataLayer when the user selects each burning time usage within the led calculator.
  2.  
  3. <script>
  4. window.dataLayer = window.dataLayer || [];
  5. window.dataLayer.push({
  6.  'event': 'led_calculator_usage',
  7.  'cd_event_label': '6 HOURS'  //cd_event_label parameter should contain number of hours. ( for example 6 HOURS)
  8.  });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment