Skip to content

Commit 7e25446

Browse files
committed
Added ga tracking.
1 parent 64561a2 commit 7e25446

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,16 @@
1414
<div id="framework" class="framework">
1515
<script src="./public/main.min.js"></script>
1616
</div>
17+
18+
<script>
19+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
20+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
21+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
22+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
23+
24+
ga('create', 'UA-79553978-1', 'auto');
25+
ga('send', 'pageview');
26+
27+
</script>
1728
</body>
1829
</html>

0 commit comments

Comments
 (0)