File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if (doNotTrack !== '1' && doNotTrack !== 'yes') {
15
15
gtag ( 'js' , new Date ( ) ) ;
16
16
gtag (
17
17
'config' ,
18
- 'UA-66267220-1 ' ,
18
+ 'G-ZRW9P16BD8 ' ,
19
19
{
20
20
'anonymize_ip' : true ,
21
21
}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ This project doesn't adhere to [Semantic Versioning](https://semver.org/spec/v2.
22
22
- nginx: allow ssl\_ session\_ tickets for nginx ≥1.23.2
23
23
- nginx: wrap ` server ` in ` http ` context
24
24
- postfix: add ` smtp_tls_* `
25
+ - google analytics: change UA to GA4 ID
25
26
26
27
### Added
27
28
Original file line number Diff line number Diff line change 6
6
https://bugzilla.mozilla.org/show_bug.cgi?id=1122305#c8
7
7
-->
8
8
<% if (htmlWebpackPlugin .options .production ) { % >
9
- < script async src= " https://www.googletagmanager.com/gtag/js?id=UA-66267220-1 " >< / script>
9
+ < script async src= " https://www.googletagmanager.com/gtag/js?id=G-ZRW9P16BD8 " >< / script>
10
10
< script src= " /analytics.js" >< / script>
11
11
< % } %>
12
12
You can’t perform that action at this time.
0 commit comments