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 143aaac commit 4ecbb97Copy full SHA for 4ecbb97
src/SourceIndexServer/wwwroot/index.html
@@ -5,6 +5,15 @@
5
<title>Source Browser</title>
6
<link rel="stylesheet" href="styles.css">
7
<script src="scripts.js"></script>
8
+ <!-- Global site tag (gtag.js) - Google Analytics -->
9
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-115404565-3"></script>
10
+ <script>
11
+ window.dataLayer = window.dataLayer || [];
12
+ function gtag(){dataLayer.push(arguments);}
13
+ gtag('js', new Date());
14
+
15
+ gtag('config', 'UA-115404565-3');
16
+ </script>
17
</head>
18
<frameset rows="58,*"
19
border="0"
0 commit comments