Advertisement
prabapro

Calendly Listener - GTM

Jul 19th, 2024 (edited)
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. window.dataLayer = window.dataLayer || [];
  3. window.addEventListener('message', function(e) {
  4.   var evt = e.data.event;
  5.   evt && evt.indexOf('calendly') === 0 && window.dataLayer.push({
  6.     event: 'calendly_booking',
  7.     event_type: evt.split('.')[1]
  8.   });
  9. });
  10. </script>
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement