Skip to content

Commit bfb7860

Browse files
authored
GA
1 parent 33604ab commit bfb7860

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: index.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ <h3>
5959
</footer>
6060
</div>
6161
<script src="javascripts/scale.fix.js"></script>
62-
62+
<script>
63+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
64+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
65+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
66+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
67+
68+
ga('create', 'UA-55394504-12', 'auto');
69+
ga('send', 'pageview');
70+
71+
</script>
6372
</body>
6473
</html>

0 commit comments

Comments
 (0)