Real Time Analytics for Android
BuzzBox SDK gives you free analytics for your Android App
Note: BuzzBox Analytics has been discontinued. BuzzBox Scheduler can still be downloaded and used.
Features
- Real Time Analytics
- Track installs, daily visits, daily unique visitors and returning users
- Notification and notifications-clicks integration
- Analytics are grouped by App version
- Optionally you can track up to 10 Goals (your key metrics, i.e. number of pageviews, purchases, clicks...)
- User segmentation: create your segments to understand who are your most valuable users
- Cohort curve for returning users: understand how many users open your App after the first time

Real Time Analytics for Android
Set Up
You need a free API Key from BuzzBox to use the analytics.
Using an Api Key protects your data from being public. Please get the Api Key from the BuzzBox Analytics:
Code Usage
Add to the onCreate method of your main activity:
int openAppStatus = AnalyticsManager.onOpenApp(this);
To segment your users:
AnalyticsManager.setUserParam(PreferenceManager.getDefaultSharedPreferences(ctx),
"gender", "female");
To track a goal:
AnalyticsManager.incrementGoal(ctx, "pruduct-page");
BuzzBox Analytics webside
Please log in here