Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tracking user metrics in iOS app?

What is a good way to keep track of the areas in an app that a user visits, or the features that he or she uses? I know there are several preexisting open-source frameworks:

Google Analytics SDK for iOS

iloggr analytics

And I know that there are services such as Flurry that also help. Does anyone know of any other options, and has anyone attempted to write a system that can keep track of some simple user metrics? A tutorial or example would be really appreciated.

like image 930
Apophenia Overload Avatar asked May 12 '11 00:05

Apophenia Overload


People also ask

How do you track apps metrics?

With app metrics, companies can see these issues and take action. To track your mobile app's metrics, use an app analytics platform. This software captures data whenever users take actions such as logins or purchases and summarizes everything on a dashboard.

How do you measure customer engagement on an app?

1) Active Users (Daily, Weekly, and Monthly) The best way to measure app engagement is the metric in which you track the number of active users over a certain period, i.e., daily, weekly, or monthly. The daily active user definition is that it follows the activity of users daily.


1 Answers

Google Analytics has worked well for me. It's flexible enough that you can add tracking to pretty much everything. I have it set up in my application to track things such as view changes, which buttons are being pressed, issues encountered during media playback, and so on.

like image 168
csano Avatar answered Nov 04 '22 19:11

csano