Spaces:
Runtime error
Runtime error
Analytics 1
Browse files- templates/main.html +9 -1
templates/main.html
CHANGED
|
@@ -18,7 +18,15 @@
|
|
| 18 |
<script src="static/js/chatHandler.js?v={{ version }}"></script>
|
| 19 |
<script src="static/js/SecurityHandler.js?v={{ version }}"></script>
|
| 20 |
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
</head>
|
| 24 |
<body>
|
|
|
|
| 18 |
<script src="static/js/chatHandler.js?v={{ version }}"></script>
|
| 19 |
<script src="static/js/SecurityHandler.js?v={{ version }}"></script>
|
| 20 |
|
| 21 |
+
<!-- Google tag (gtag.js) -->
|
| 22 |
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5TFYJMJZR4"></script>
|
| 23 |
+
<script>
|
| 24 |
+
window.dataLayer = window.dataLayer || [];
|
| 25 |
+
function gtag(){dataLayer.push(arguments);}
|
| 26 |
+
gtag('js', new Date());
|
| 27 |
+
|
| 28 |
+
gtag('config', 'G-5TFYJMJZR4');
|
| 29 |
+
</script>
|
| 30 |
|
| 31 |
</head>
|
| 32 |
<body>
|