Skip to content

Commit

Permalink
Merge pull request #11 from Exelord/add-analytics
Browse files Browse the repository at this point in the history
Add analytics
  • Loading branch information
Exelord authored Feb 23, 2017
2 parents ce7d90a + 1eac1f8 commit c156985
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/dummy/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link rel="stylesheet" href="{{rootURL}}assets/dummy.css">

<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','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-92352716-1', 'auto');
ga('send', 'pageview');
</script>

<script>
((window.gitter = {}).chat = {}).options = {
room: 'Exelord/ember-custom-actions',
Expand Down

0 comments on commit c156985

Please sign in to comment.