Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //The led_calculator_select_product event should be sent to dataLayer when the user selects one of the available products within the led calculator.
- <script>
- window.dataLayer = window.dataLayer || [];
- window.dataLayer.push({
- 'event': 'led_calculator_select_product',
- 'cd_event_label': 'JOY LED SET 12 PCS, WARM WHITE' //cd_event_label parameter should contain the entire product name. ( for example JOY LED SET 12 PCS, WARM WHITE)
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment