Skip to content

Commit c18049c

Browse files
authored
Merge pull request #849 from ReactTooltip/feat/gtm
feat: add gtm into the project and analytics configuration
2 parents ce760c2 + 7097a3a commit c18049c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ const config = {
5151
customCss: require.resolve('./src/css/custom.css'),
5252
},
5353
gtag: {
54+
trackingID: 'GTM-TH6VNCW',
55+
anonymizeIP: false,
56+
},
57+
googleAnalytics: {
5458
trackingID: 'G-N15QWWS0MW',
5559
anonymizeIP: false,
5660
},

0 commit comments

Comments
 (0)