We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f2696 commit a087566Copy full SHA for a087566
docs/themes/mongodb/layouts/partials/assets/analytics.html
@@ -20,3 +20,13 @@
20
else if (window.attachEvent) window.attachEvent('onload', async_load);
21
})();
22
</script>
23
+
24
+<!-- Global site tag (gtag.js) - Google Analytics -->
25
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-7301842-14"></script>
26
+<script>
27
+ window.dataLayer = window.dataLayer || [];
28
+ function gtag(){dataLayer.push(arguments);}
29
+ gtag('js', new Date());
30
31
+ gtag('config', 'UA-7301842-14');
32
+</script>
0 commit comments