Skip to content

Commit 8eefacf

Browse files
committed
Add google analytics tracking code to docs page.
1 parent fa7010f commit 8eefacf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1825,6 +1825,17 @@ <h5>Writing our program</h5>
18251825
<script src="./assets/bootstrap/js/bootstrap.min.js"></script>
18261826
<script src="./assets/script.js"></script>
18271827

1828+
<script>
1829+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
1830+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
1831+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
1832+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
1833+
1834+
ga('create', 'UA-41213327-1', 'asmtutor.com');
1835+
ga('send', 'pageview');
1836+
1837+
</script>
1838+
18281839
</body>
18291840
</html>
18301841

0 commit comments

Comments
 (0)