Skip to content

Commit 69e49cd

Browse files
author
Samson
committed
Added google analytics
1 parent 9b30ad7 commit 69e49cd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,15 @@
1111
<body>
1212
<script data-main="js/main" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.1/require.min.js" type="text/javascript"></script>
1313

14+
<script>
15+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
16+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
17+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
18+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
19+
20+
ga('create', 'UA-39509998-1', 'apiengine.io');
21+
ga('send', 'pageview');
22+
</script>
23+
1424
</body>
1525
</html>

0 commit comments

Comments
 (0)