summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-12-10 12:22:32 +0200
committerYuval Adam <yuval@y3xz.com>2015-12-10 12:22:32 +0200
commit3d5a4af2fb398671e636e50b18be314d9d986d9b (patch)
tree3efde7df6c7188427bb2a21b0c1dfb46ccb40b60
parent7f4e4760dad842c6e92c8a6aae746bbd4701b4ce (diff)
Add g00gle analytics :sob:
-rw-r--r--index.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/index.html b/index.html
index eb6c865..f726309 100644
--- a/index.html
+++ b/index.html
@@ -22,5 +22,14 @@
Created by <a href="https://y3xz.com">Yuval Adam</a>. Source available on <a href="https://github.com/yuvadm/cidr.xyz">Github</a>.
</footer>
<script type="text/javascript" src="bundle.js" charset="utf-8"></script>
+ <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-71263113-1', 'auto');
+ ga('send', 'pageview');
+ </script>
</body>
-</html> \ No newline at end of file
+</html>