Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save henkisdabro/e64a74997bdd67e2082ed08e712fa657 to your computer and use it in GitHub Desktop.
Save henkisdabro/e64a74997bdd67e2082ed08e712fa657 to your computer and use it in GitHub Desktop.
Please copy/install the two below GTM snippets following the instructions in the comments. Also, please follow the link to the next gist to implement form tracking as well.
<!-- Place this in the <head> section underneath the charset and viewport <meta> tags -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5XGVBKJ');</script>
<!-- End Google Tag Manager -->
<!-- Additionally, paste this code immediately after the opening <body> tag-->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5XGVBKJ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!--
For tracking Form Submissions, please implement the solution provided for previous in2-developed sites.
See GIST URL below
https://gist.github.com/henkisdabro/f77f35602ce4a9bbe1606e10c3befcc8
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment