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 84c5127 commit ed0e7d3Copy full SHA for ed0e7d3
publishconf.py
@@ -19,14 +19,14 @@
19
# Following items are often useful when publishing
20
21
# DISQUS_SITENAME = ""
22
-ANALYTICS = """
+ANALYTICS = """
23
<!-- Google tag (gtag.js) -->
24
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-XWB36N1RBR"></script>
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-Q6BVKYG327"></script>
25
<script>
26
window.dataLayer = window.dataLayer || [];
27
function gtag(){dataLayer.push(arguments);}
28
gtag('js', new Date());
29
30
- gtag('config', 'G-XWB36N1RBR');
+ gtag('config', 'G-Q6BVKYG327');
31
</script>
32
"""
0 commit comments