File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{{ if and hugo.IsServer (not (eq .Site.Params.environment "staging")) }}
2
2
<!-- 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 >
4
4
< script >
5
- const gtagID = 'G-3C2W1T8YS4 ' ;
5
+ const gtagID = 'G-CNWQ54SDD8 ' ;
6
6
window . dataLayer = window . dataLayer || [ ] ;
7
7
function gtag ( ) { dataLayer . push ( arguments ) ; }
8
8
gtag ( 'js' , new Date ( ) ) ;
15
15
</ script >
16
16
{{ else }}
17
17
<!-- 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 >
19
19
< script >
20
20
window . dataLayer = window . dataLayer || [ ] ;
21
21
function gtag ( ) { dataLayer . push ( arguments ) ; }
22
22
gtag ( 'js' , new Date ( ) ) ;
23
- gtag ( 'config' , 'G-3C2W1T8YS4 ' , {
23
+ gtag ( 'config' , 'G-CNWQ54SDD8 ' , {
24
24
'send_page_view' : true ,
25
25
'transport_type' : 'beacon'
26
26
} ) ;
You can’t perform that action at this time.
0 commit comments