diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-12-10 12:22:32 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-12-10 12:22:32 +0200 |
| commit | 3d5a4af2fb398671e636e50b18be314d9d986d9b (patch) | |
| tree | 3efde7df6c7188427bb2a21b0c1dfb46ccb40b60 | |
| parent | 7f4e4760dad842c6e92c8a6aae746bbd4701b4ce (diff) | |
Add g00gle analytics :sob:
| -rw-r--r-- | index.html | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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> |
