blob: af66940fde0815d0d54b02ffbf70a00456db712a [file] [log] [blame]
{%- if not (eq .GoogleAnalyticsMeasurementID "") %}
<script async type="text/javascript" charset="utf-8" nonce="{% .Nonce %}"
src="https://www.googletagmanager.com/gtag/js?id={% .GoogleAnalyticsMeasurementID %}">
</script>
<script type="text/javascript" charset="utf-8" nonce="{% .Nonce %}">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{% .GoogleAnalyticsMeasurementID %}');
</script>
{% end -%}