Browse Source

google analytics

tags/v1.0.0
Robin Thoni 8 years ago
parent
commit
4cae23be38
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      index.html

+ 10
- 0
index.html View File

@@ -343,5 +343,15 @@
343 343
     ================================================== -->
344 344
     <!-- Placed at the end of the document so the pages load faster -->
345 345
     <script src="assets/js/bootstrap.js"></script>
346
+    <script>
347
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
348
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
349
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
350
+          })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
351
+
352
+  ga('create', 'UA-67300478-1', 'auto');
353
+    ga('send', 'pageview');
354
+
355
+    </script>
346 356
   </body>
347 357
 </html>

Loading…
Cancel
Save