Add Google Tag Manager Integration (#157)

This commit is contained in:
Cagri Sarigoz 2017-01-09 07:43:53 +03:00 committed by Dean Attali
parent cef600c9fe
commit 09e037d535
5 changed files with 22 additions and 0 deletions

9
_includes/gtm_head.html Normal file
View 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 %}