Skip to content

Commit 41f863f

Browse files
committed
chore: update Google Tag ID to master GA4 measurement ID:This should roll docs analytics into the Master property with other subdomains
1 parent 06608ae commit 41f863f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/partials/header/google-analytics-head.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{{ if and hugo.IsServer (not (eq .Site.Params.environment "staging")) }}
22
<!-- Development: GA4 in debug mode -->
3-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3C2W1T8YS4"></script>
3+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CNWQ54SDD8"></script>
44
<script>
5-
const gtagID = 'G-3C2W1T8YS4';
5+
const gtagID = 'G-CNWQ54SDD8';
66
window.dataLayer = window.dataLayer || [];
77
function gtag(){dataLayer.push(arguments);}
88
gtag('js', new Date());
@@ -15,12 +15,12 @@
1515
</script>
1616
{{ else }}
1717
<!-- Production/Staging: Normal GA4 -->
18-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3C2W1T8YS4"></script>
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CNWQ54SDD8"></script>
1919
<script>
2020
window.dataLayer = window.dataLayer || [];
2121
function gtag(){dataLayer.push(arguments);}
2222
gtag('js', new Date());
23-
gtag('config', 'G-3C2W1T8YS4', {
23+
gtag('config', 'G-CNWQ54SDD8', {
2424
'send_page_view': true,
2525
'transport_type': 'beacon'
2626
});

0 commit comments

Comments
 (0)