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

6
_includes/gtm_body.html Normal file
View file

@ -0,0 +1,6 @@
{% if site.gtm %}
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ site.gtm }}"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% endif %}