Skip to content

Commit

Permalink
Try gtag instead of googleTagManager (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin authored Nov 8, 2024
1 parent 87616b8 commit e60e1cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
googleTagManager: {
containerId: 'G-7GJCKRZ8V9',
gtag: {
trackingID: 'G-7GJCKRZ8V9',
anonymizeIP: false,
},
}),
],
Expand Down

0 comments on commit e60e1cd

Please sign in to comment.