Google analytics: use GA4 site tag for v1.21

pull/37565/head
Patrice Chalin 2022-10-27 16:25:21 -04:00
parent 8ff3fd6793
commit 5bd176ebe2
1 changed files with 2 additions and 2 deletions

View File

@ -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 -->