diff options
author | hardythe1 | 2015-06-22 16:45:34 +0530 |
---|---|---|
committer | hardythe1 | 2015-06-22 16:45:34 +0530 |
commit | 495191311ff6c95062e9a11b23e8cf9c54cc7887 (patch) | |
tree | d2539f35ff26b2f253d5093ec002068ab545432d /website/templates/base.html | |
parent | c11df44c3c57bfead47ed4e3ad44bcc9edb09b33 (diff) | |
download | SciPy2015-495191311ff6c95062e9a11b23e8cf9c54cc7887.tar.gz SciPy2015-495191311ff6c95062e9a11b23e8cf9c54cc7887.tar.bz2 SciPy2015-495191311ff6c95062e9a11b23e8cf9c54cc7887.zip |
add google analytics
Diffstat (limited to 'website/templates/base.html')
-rw-r--r-- | website/templates/base.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index b2ccab6..2e1db80 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -234,6 +234,16 @@ </div> </div> +<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-44697375-7', 'auto'); + ga('send', 'pageview'); + +</script> <!-- jQuery --> |