Skip to content

Commit f2a7f78

Browse files
Merge pull request #51 from Couchbase-Ecosystem/Add-Google-Analytics
Add Google Analytics
2 parents 5d3fd2e + c375213 commit f2a7f78

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docusaurus.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ const config = {
7171
sitemap: {
7272
changefreq: 'hourly',
7373
},
74+
googleTagManager: {
75+
containerId: 'GTM-MVPNN2',
76+
},
77+
gtag: {
78+
trackingID: 'G-CVKKEY0D6B',
79+
anonymizeIP: true,
80+
},
7481
}),
7582
],
7683
],

0 commit comments

Comments
 (0)