Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added test GA4/GTM account.
Signed-off-by: bgravenorst <[email protected]>
  • Loading branch information
bgravenorst committed Aug 21, 2025
commit 1bfad4b257ca5a387a452325d9b9826aa4adb193
6 changes: 4 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,16 @@ const config = {
[
'@docusaurus/plugin-google-tag-manager',
{
containerId: 'GTM-5FGPLC2Q',
// TODO: change to GTM-5FGPLC2Q. Below is test container.
containerId: 'GTM-MTBMB3DL',
},
],

[
'@docusaurus/plugin-google-gtag',
{
trackingID: process.env.GA4_MEASUREMENT_ID || 'G-E8PSQ0E1L7',
// TODO: change to G-E8PSQ0E1L7. Below is test measurement ID.
trackingID: process.env.GA4_MEASUREMENT_ID || 'G-3R2ZC64RNY',
anonymizeIP: true,
},
],
Expand Down
Loading