Skip to content

Commit

Permalink
update GA
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Sloane committed Dec 3, 2014
1 parent ffa383c commit 3eebc99
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<link href="styles/style.css" rel="stylesheet" type="text/css" media="screen" />
<script src="lib/phaser.min.js" type="text/javascript"></script>
<script src="src/main.js" type="text/javascript"></script>
<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');
<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-57311270-1', 'auto');
ga('send', 'pageview');
</script>
ga('create', 'UA-57311270-1', 'auto');
ga('send', 'pageview');

</script>
</head>
<body>
<div id="game"></div>
Expand Down

0 comments on commit 3eebc99

Please sign in to comment.