Files
fnx_web/res/template/fragments/analytics.html
2019-02-13 21:35:21 +01:00

12 lines
372 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-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-24463738-4');
</script>
{{end}}{{end}}