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:
有什么方法可以跟踪用户访问的应用区域或他或她使用的功能?我知道有几个预先存在的开源框架:
适用于iOS的Google AnalyticsSDK
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.
我知道像Flurry这样的服务也有帮助。有没有人知道任何其他选项,有没有人试图编写一个可以跟踪一些简单用户指标的系统?一个教程或示例将非常感激。
1 个解决方案
#1
1
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.
谷歌分析对我来说效果很好。它非常灵活,您可以为几乎所有内容添加跟踪功能。我在应用程序中设置它来跟踪视图更改,按下哪些按钮,媒体播放期间遇到的问题等等。
#1
1
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.
谷歌分析对我来说效果很好。它非常灵活,您可以为几乎所有内容添加跟踪功能。我在应用程序中设置它来跟踪视图更改,按下哪些按钮,媒体播放期间遇到的问题等等。