Skip to content

Commit c156985

Browse files
authored
Merge pull request #11 from Exelord/add-analytics
Add analytics
2 parents ce7d90a + 1eac1f8 commit c156985

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/dummy/app/index.html

+10
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
3030
<link rel="stylesheet" href="{{rootURL}}assets/dummy.css">
3131

32+
<script>
33+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
34+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
35+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
36+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
37+
38+
ga('create', 'UA-92352716-1', 'auto');
39+
ga('send', 'pageview');
40+
</script>
41+
3242
<script>
3343
((window.gitter = {}).chat = {}).options = {
3444
room: 'Exelord/ember-custom-actions',

0 commit comments

Comments
 (0)