Add Google Tag Manager Integration (#157)
This commit is contained in:
parent
cef600c9fe
commit
09e037d535
5 changed files with 22 additions and 0 deletions
6
_includes/gtm_body.html
Normal file
6
_includes/gtm_body.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue