Skip to content

Commit 81b721a

Browse files
committed
CDRIVER-5494 update google analytics script (#1659)
1 parent 9e2fca2 commit 81b721a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/sphinx/mongoc_common.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ def add_ga_javascript(app: Sphinx, pagename: str, templatename: str, context: Di
8181
context["metatags"] = (
8282
context.get("metatags", "")
8383
+ """
84-
<!-- Global site tag (gtag.js) - Google Analytics -->
85-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-7301842-14"></script>
84+
<!-- Google tag (gtag.js) -->
85+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-56KD6L3MDX"></script>
8686
<script>
8787
window.dataLayer = window.dataLayer || [];
8888
function gtag(){dataLayer.push(arguments);}
8989
gtag('js', new Date());
9090
91-
gtag('config', 'UA-7301842-14');
91+
gtag('config', 'G-56KD6L3MDX');
9292
</script>
9393
<!-- NPS survey -->
9494
<script type="text/javascript">

0 commit comments

Comments
 (0)