Added Google Analytics tracking
This commit is contained in:
parent
9acf6b42e9
commit
efd3fe17f0
1 changed files with 13 additions and 0 deletions
13
index.html
13
index.html
|
@ -54,5 +54,18 @@
|
|||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- Begin Google Analytics -->
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-70781750-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
<!-- End Google Analytics -->
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue