integrate google analytics V00.07.02
authorcavaliet
Mon, 02 Sep 2013 14:41:15 +0200
changeset 245 5dc7e63590c7
parent 244 96c52f062a96
child 246 2bcb2a23fcc2
integrate google analytics
src/egonomy/templates/egonomy_newbase.html
--- a/src/egonomy/templates/egonomy_newbase.html	Thu Jul 18 16:54:51 2013 +0200
+++ b/src/egonomy/templates/egonomy_newbase.html	Mon Sep 02 14:41:15 2013 +0200
@@ -138,5 +138,13 @@
     </script>
     {% block js_page %}
     {% endblock %}
+<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-30064213-3', 'iri-research.org'); 
+ga('send', 'pageview');
+</script>
 </body>
 </html>
\ No newline at end of file