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 84949e5 commit 9a137daCopy full SHA for 9a137da
config.env.py
@@ -15,7 +15,6 @@
15
16
# Logging config
17
LOG_LEVEL = environ.get("PACKET_LOG_LEVEL", "INFO")
18
-ANALYTICS_ID = environ.get("ANALYTICS_ID", "UA-420696-9")
19
20
# OpenID Connect SSO config
21
REALM = environ.get("PACKET_REALM", "csh")
packet/templates/include/head.html
@@ -95,14 +95,4 @@
95
});
96
97
</script>
98
-
99
- <!-- Analytics -->
100
- <script async src="https://www.googletagmanager.com/gtag/js?id={{ config['ANALYTICS_ID'] }}"></script>
101
- <script>
102
- window.dataLayer = window.dataLayer || [];
103
- function gtag(){dataLayer.push(arguments);}
104
- gtag('js', new Date());
105
- gtag('set', {'user_id': '{{ info.uid }}' });
106
- gtag('config', '{{ config['ANALYTICS_ID'] }}');
107
- </script>
108
</head>
0 commit comments