Skip to content

Commit

Permalink
feature: Move to GA4, UA stops working 1 July 2023 (#3733)
Browse files Browse the repository at this point in the history
Google's Universal Analytics (UA) pipeline will no longer process data from
1 July 2023. To continue gather web analytics we need to move over to Google
Analytics 4 (GA4).

This is 1 of 2 changes. First we confirm the new GA4 pipeline is processing data,
then we'll follow up with removing the UA config.
  • Loading branch information
blakef committed May 25, 2023
1 parent 0f3941a commit ddde01f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@ module.exports = {
require.resolve('./src/css/versions.scss'),
],
},
// TODO: GA is deprecated, remove once we're sure data is streaming in GA4 via gtag.
googleAnalytics: {
trackingID: 'UA-41298772-2',
},
gtag: {
trackingID: 'UA-41298772-2',
trackingID: 'G-58L13S6BDP',
},
}),
],
Expand Down

0 comments on commit ddde01f

Please sign in to comment.