Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ablatner88/81f156a48d57b4a8b5c611f446c4f0df to your computer and use it in GitHub Desktop.
Save ablatner88/81f156a48d57b4a8b5c611f446c4f0df to your computer and use it in GitHub Desktop.
<script>
window.addEventListener( 'message', function(event) {
if ( event.data.meetingBookSucceeded ) {
window.dataLayer.push({
'event': 'hubspot-meeting-booked'
});
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment