Created
June 3, 2013 17:32
-
-
Save pwenzel/5699791 to your computer and use it in GitHub Desktop.
Google Tag Manager Snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
dataLayer = [{ | |
'Error': '404' | |
}]; | |
</script> | |
<!-- Google Tag Manager --> | |
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-XXXX..."></iframe></noscript> | |
<script>...</script> | |
<!-- End Google Tag Manager --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment