Skip to content

Instantly share code, notes, and snippets.

@Macuzzin
Last active April 5, 2018 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Macuzzin/b281ece8b8149f7880696a4b712667e3 to your computer and use it in GitHub Desktop.
Save Macuzzin/b281ece8b8149f7880696a4b712667e3 to your computer and use it in GitHub Desktop.
Data Layer Push Event for Tracking Contact Form 7 Submissions with Google Tag Manager
<script>
// CF7 Submit Trigger
document.addEventListener( 'wpcf7mailsent', function( event ) {
dataLayer.push({'event': 'Contact Form Submitted'});
}, false );
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment