Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Analytics In HTML5 Games

[email protected]
November 20, 2013
490

Analytics In HTML5 Games

How to use the power of Google Analytics to help make your games not suck!

[email protected]

November 20, 2013
Tweet

Transcript

  1. FEEDBACK • People said they loved the game • Most

    didn’t stick with it • Stopped before the 1st boss battle • Some said it was too repetitive • No one watched the instructions • Didn’t get how to use the store • No one held down the fire button
  2. WHAT TO TRACK • How many people start/finish a game

    • What levels do they reach • What do people buy • When do they buy it • Where is the drop-off
  3. Create a GOOGLE ANALYTICS ACCOUNT It goes without saying you

    will need a Google account for this but good news is that Google Analytics is free (as long as you share all of your site’s data with them).
  4. EMBED CODE <script type="text/javascript"> var _gaq = _gaq || [];

    _gaq.push(['_setAccount', 'UA-XXXXX-X']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
  5. What is your game’s LONG TAIL In statistics, a long

    tail of some distributions of numbers is the portion of the distribution having a large number of occurrences far from the "head" or central part of the distribution.
  6. WHAT DOES IT TELL US? • 19,373 people started a

    game • 7,516 finished the game • 634 hit the quit button ONLY 38.79% ACTUALLY FINISH
  7. The end THANKS FOR WATCHING! Shameless plug to buy my

    new book and learn how to publish your HTML5 games on Windows 8 http://bit.ly/html5win8 Special thanks to Stacey Mulcahy (@bitchwhocodes) for helping out on this.