Skip to content

Commit e190829

Browse files
Merge pull request #11 from Couchbase-Ecosystem/Add-google-analytics
Add google analytics
2 parents f5e1a1f + d3ed78e commit e190829

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
@@ -64,6 +64,13 @@ const config = {
6464
sitemap: {
6565
changefreq: 'hourly',
6666
},
67+
googleTagManager: {
68+
containerId: 'GTM-MVPNN2',
69+
},
70+
gtag: {
71+
trackingID: 'G-CVKKEY0D6B',
72+
anonymizeIP: true,
73+
},
6774
}),
6875
],
6976
],

0 commit comments

Comments
 (0)