Skip to content

Commit 4ecbb97

Browse files
committed
Add a GA tag.
1 parent 143aaac commit 4ecbb97

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/SourceIndexServer/wwwroot/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<title>Source Browser</title>
66
<link rel="stylesheet" href="styles.css">
77
<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>
817
</head>
918
<frameset rows="58,*"
1019
border="0"

0 commit comments

Comments
 (0)