flex/templates/partial/gtm_noscript.html
2022-07-08 20:36:43 +02:00

5 lines
218 B
HTML

{% if GOOGLE_TAG_MANAGER %}
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id={{ GOOGLE_TAG_MANAGER }}" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
{% endif %}