Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Push this dataLayer event when a user clicks on a catalogue link.
- <script>
- window.dataLayer = window.dataLayer || [];
- window.dataLayer.push({
- 'event': 'view_catalogue_click',
- 'cd_file_name': 'Food Service Solutions', //Name of the catalogue that was clicked.
- 'cd_event_label': 'For Professionals', //The type of the calaogue. For Professionals or For Retailers.
- 'cd_click_url': 'publications.duni.com/International/2023/foodservice/' //URL of the catalogue that was clicked.
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment