filipr27

GA4 - view_catalogue_click - Duni

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