Files
fnx_web/res/template/fragments/analytics.html
2017-11-14 22:18:22 +01:00

11 lines
371 B
HTML

{{define "analytics"}}{{if not debugMode}}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-24463738-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-24463738-5');
</script>
{{end}}{{end}}