Google analytics: use GA4 site tag for v1.21
parent
8ff3fd6793
commit
5bd176ebe2
|
@ -7,13 +7,13 @@
|
||||||
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
|
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-36037335-10"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JPP6RFM2BP"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
|
|
||||||
gtag('config', 'UA-36037335-10');
|
gtag('config', 'G-JPP6RFM2BP');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- alternative translations -->
|
<!-- alternative translations -->
|
||||||
|
|
Loading…
Reference in New Issue