Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I measure retention using Google Analytics Mobile SDK

I would like to create a retention cohort analysis for my mobile Android application using Google Analytics Mobile SDK.

Basically I would like to segment my cohort by date of installation (e.g. group all users which installed my app on the same day) and measure retention after two weeks (e.g. how many of each group are still using the app after two weeks). I want to end up with a graph showing a date on the X-axis and the relevant retention percent for that date on the Y-axis.

I was able to do this in the past (using the previous analytics version) by using a custom variable which indicated the date of installation for each user and than for each date of installation query the API for all users in that group that were still visitors after two weeks. This is not possible any more using the new Google analytics mobile API.

like image 876
yonili Avatar asked Jul 02 '13 14:07

yonili


1 Answers

Google Universal Analytics now support Cohorts. Create a Custom Segment and set "Date of First Session". This works for Mobile, tested on Android, iOS and Unity.

Found a slideshare that shows you how:

http://www.slideshare.net/Local-Ventures/local-ventures-customsegreporting-27989106

like image 179
Dannie Avatar answered Oct 25 '22 07:10

Dannie