Ver código fonte

added google analytics

tags/1.0.0^0
Robin Thoni 8 anos atrás
pai
commit
85cd23aa36
1 arquivos alterados com 11 adições e 0 exclusões
  1. 11
    0
      app/index.html

+ 11
- 0
app/index.html Ver arquivo

@@ -89,6 +89,17 @@
89 89
         <!--<ng-include src="'views/footer.html'"></ng-include>-->
90 90
 </section>
91 91
 
92
+<script>
93
+    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
94
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
95
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
96
+    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
97
+
98
+    ga('create', 'UA-74929838-1', 'auto');
99
+    ga('send', 'pageview');
100
+
101
+</script>
102
+
92 103
 </body>
93 104
 
94 105
 </html>

Carregando…
Cancelar
Salvar