Skip to content

Commit b5eb55c

Browse files
authored
Merge pull request #313 from gene1wood/update_analytics
Update Google Analytics ID
2 parents 719b3d8 + 6ba0dd4 commit b5eb55c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/js/analytics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (doNotTrack !== '1' && doNotTrack !== 'yes') {
1515
gtag('js', new Date());
1616
gtag(
1717
'config',
18-
'UA-66267220-1',
18+
'G-ZRW9P16BD8',
1919
{
2020
'anonymize_ip': true,
2121
}

src/static/guidelines/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This project doesn't adhere to [Semantic Versioning](https://semver.org/spec/v2.
2222
- nginx: allow ssl\_session\_tickets for nginx ≥1.23.2
2323
- nginx: wrap `server` in `http` context
2424
- postfix: add `smtp_tls_*`
25+
- google analytics: change UA to GA4 ID
2526

2627
### Added
2728

src/templates/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
https://bugzilla.mozilla.org/show_bug.cgi?id=1122305#c8
77
-->
88
<% 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>
1010
<script src="/analytics.js"></script>
1111
<% } %>
1212

0 commit comments

Comments
 (0)