diff options
author | Jayaram R Pai | 2014-09-21 20:22:12 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-21 20:22:12 +0530 |
commit | 86165f1f8a7a9b87bb2a563c795935c7583bb932 (patch) | |
tree | a96f84dba00dbd32da3da733c879b4c108c3de8b /static/website/templates/home.html | |
parent | 9171ceaa02c1ae00dfc002b32617951983eb9ab7 (diff) | |
download | scipy2014-86165f1f8a7a9b87bb2a563c795935c7583bb932.tar.gz scipy2014-86165f1f8a7a9b87bb2a563c795935c7583bb932.tar.bz2 scipy2014-86165f1f8a7a9b87bb2a563c795935c7583bb932.zip |
added google analytics
Diffstat (limited to 'static/website/templates/home.html')
-rwxr-xr-x | static/website/templates/home.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 3fda3ae..1fd108b 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -227,5 +227,15 @@ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script src="{% static 'website/js/holder.js' %}"></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-55018143-1', 'auto'); + ga('send', 'pageview'); + +</script> </body> </html> |