MGLDZM commited on
Commit
72e79a5
·
verified ·
1 Parent(s): 22f6c97

Google analytics

Browse files
Files changed (1) hide show
  1. static/main.html +8 -0
static/main.html CHANGED
@@ -13,7 +13,15 @@
13
  <script src="static/js/tabsHandler.js?v={% version %}"></script>
14
  <script src="static/js/windowHandler.js?v={% version %}"></script>
15
  <script src="static/js/chatHandler.js?v={% version %}"></script>
 
 
 
 
 
 
16
 
 
 
17
  </head>
18
  <body>
19
 
 
13
  <script src="static/js/tabsHandler.js?v={% version %}"></script>
14
  <script src="static/js/windowHandler.js?v={% version %}"></script>
15
  <script src="static/js/chatHandler.js?v={% version %}"></script>
16
+ <!-- Google tag (gtag.js) -->
17
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-5TFYJMJZR4"></script>
18
+ <script>
19
+ window.dataLayer = window.dataLayer || [];
20
+ function gtag(){dataLayer.push(arguments);}
21
+ gtag('js', new Date());
22
 
23
+ gtag('config', 'G-5TFYJMJZR4');
24
+ </script>
25
  </head>
26
  <body>
27