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