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

Google Analytics for Android: A crash course

Soham Mondal
February 15, 2013

Google Analytics for Android: A crash course

A workshop on why developers need google analytics, how it can be useful to them and how to go about integrating it

Soham Mondal

February 15, 2013
Tweet

More Decks by Soham Mondal

Other Decks in Technology

Transcript

  1. About me Android developer & creator of Sky Recorder Founder,

    CEO, Triveous Co-organizer at GDG-Blrdroid Tweets at @s0h4m Soham Mondal
  2. Agenda What is Google Analytics for mobile? How can it

    be useful to developers? Basics of Google Analytics A case study – Sky Recorder Include google analytics in your app Soham Mondal
  3. WHAT IS GOOGLE ANALYTICS FOR MOBILE? It’s a way to

    provide anonymous aggregated data for your application Soham Mondal
  4. Specifics Find out more about users Demographics Users Devices Engagement

    Events & screens Crashes and Exceptions Soham Mondal
  5. Getting started: steps Create a google analytics account Go to

    admin > +new account Select app Fill in the details Click get tracking id!! Soham Mondal
  6. Using the sdk Add jar file to your project, add

    to build path Add a configuration file – res/values/analytics.xml Also add ga_dispatchPeriod to 5 Update your manifest Add permissions Add broadcast receiver Add lines to onStart and onStop Soham Mondal