Browse Source

Google-analytics

JC Brand 12 years ago
parent
commit
3fc91f72cd
1 changed files with 9 additions and 0 deletions
  1. 9 0
      index.html

+ 9 - 0
index.html

@@ -72,5 +72,14 @@ to fetch user info. </p>
         <p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
         <p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
       </footer>
       </footer>
     </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-2128260-8', 'conversejs.org');
+        ga('send', 'pageview');
+    </script>
   </body>
   </body>
 </html>
 </html>