prabapro

Example Data Layer push - The Assist

Dec 6th, 2024
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     window.dataLayer = window.dataLayer || [];
  3.     window.dataLayer.push({
  4.         event: 'outbound_click', // Static vale - do not change
  5.         link_domain: 'go.paychex.com', // Domain of the outbound link
  6.         link_url: 'https://go.paychex.com/pr-2-go', // Outbound url
  7.     });
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment