Skip to content

Commit 86e77a5

Browse files
authored
Allocate tag for analytics
1 parent 5a37aa9 commit 86e77a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,11 @@ def get_version():
254254
window.dataLayer = window.dataLayer || [];
255255
function gtag(){dataLayer.push(arguments);}
256256
gtag('js', new Date());
257-
gtag('config', 'G-C4RNJ35K6B');
257+
gtag('config', 'G-S63RFCB9N4');
258258
"""
259259

260260
def setup(app):
261261

262262

263-
app.add_js_file('https://www.googletagmanager.com/gtag/js?id=G-C4RNJ35K6B', loading_method="async")
263+
app.add_js_file('https://www.googletagmanager.com/gtag/js?id=G-S63RFCB9N4', loading_method="async")
264264
app.add_js_file(None, body=GA_INVOKE_JS)

0 commit comments

Comments
 (0)