简体   繁体   English

跟踪iOS应用中的用户指标?

[英]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 适用于iOS的Google AnalyticsSDK

iloggr analytics iloggr分析

And I know that there are services such as Flurry that also help. 而且我知道像Flurry这样的服务也有帮助。 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. 教程或示例将非常感激。

Google Analytics has worked well for me. Google Analytics(分析)对我来说效果很好。 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. 我在应用程序中设置它来跟踪视图更改,按下哪些按钮,媒体播放期间遇到的问题等等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM