Add Google Tag Manager Integration (#157)
This commit is contained in:
parent
cef600c9fe
commit
09e037d535
5 changed files with 22 additions and 0 deletions
9
_includes/gtm_head.html
Normal file
9
_includes/gtm_head.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% if site.gtm %}
|
||||
<!-- 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','{{ site.gtm }}');</script>
|
||||
<!-- End Google Tag Manager -->
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue