We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b5811a + 7146328 commit 10a6842Copy full SHA for 10a6842
docusaurus.config.ts
@@ -67,6 +67,10 @@ const config: Config = {
67
theme: {
68
customCss: require.resolve("./src/css/custom.css"),
69
},
70
+ gtag: {
71
+ trackingID: 'G-W02Z2VJYCR',
72
+ anonymizeIP: false,
73
+ },
74
} satisfies Preset.Options,
75
],
76
static/gtag-init.js
@@ -3,6 +3,6 @@ console.log('✅ gtag-init.js loaded');
3
window.dataLayer = window.dataLayer || [];
4
function gtag() { dataLayer.push(arguments); }
5
gtag('js', new Date());
6
-gtag('config', 'G-W02ZZ2VJYCR', {
+gtag('config', 'G-W02Z2VJYCR', {
7
debug_mode: location.hostname === 'localhost' ? 'true' : 'false'
8
});
0 commit comments