diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 4e8b5557a..8a827d340 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -46,6 +46,9 @@ const config = {
'https://github.com/alcionai/corso/tree/main/docs',
},
blog: false,
+ googleAnalytics: {
+ trackingID: 'G-4EXT1PY6KC',
+ },
theme: {
customCss: require.resolve('./src/css/custom.scss'),
},
diff --git a/website/src/index.html b/website/src/index.html
index af7b07720..2d8155bad 100644
--- a/website/src/index.html
+++ b/website/src/index.html
@@ -8,7 +8,17 @@
@@include("partials/head-css.html")
-
+
+
+
+
+
@@include("partials/body.html")