Flurry Analytics 与移动平台上的 Google Analytics

发布于 2024-09-08 06:03:13 字数 385 浏览 5 评论 0原文

我正在 Android 平台上开发一个移动应用程序(并且正在开发 iPhone),并正在评估 Flurry AnalyticsGoogle Analytics 平台该应用程序。这两个平台都有适用于 Android 和 iPhone 的 SDK,并且在大多数方面看起来非常相似。

你们中有人有这两种或其中一种的经验吗?您能强调一下两者之间的一些显着差异吗?

谢谢!

I am working on a mobile app on the Android platform (and going forward for the iPhone) and am evaluating the Flurry Analytics and Google Analytics platforms for the app. Both platforms have SDKs for the Android and the iPhone and seem very similar in most ways.

Do any of you have experience with both or either and could you highlight some of the noticeable differences between the two?

thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

抱着落日 2024-09-15 06:03:13

我使用过 Flurry,它的设置非常简单,但它发送到 Flurry 服务器的所有信息有点可怕。您可能想查看这篇文章 关于 Android 应用程序和私人数据。至少您可能希望为用户提供选择不发送分析数据的选项。

实际上,我最终将其从我的应用程序中删除,只是因为我没有真正使用任何数据,并且它向 apk 添加了额外的运行线程和额外的 KB。

I have used Flurry which was really really easy to setup but kinda scary in all the information that it sends to the Flurry servers. You might want to check out this article about android apps and private data. At the very least you may want to give your users an option to opt out of sending the analytical data.

I actually ended up removing it from my apps, just because I didn't really use any of the data for anything, and it added extra threads running and extra KBs to the apk.

雨后咖啡店 2024-09-15 06:03:13

以下是一些更多移动跟踪服务/产品的列表

没有使用过其中任何一个,目前只是深入研究演示、API 和 SDK 示例。非常欢迎使用过的人发表评论!

Here's a list of some more mobile tracking services / products:

Haven't used any of those, currently just digging through demos, API and SDK samples. Comments from people who have used them would be most welcome!

澉约 2024-09-15 06:03:13

Localytics 是该领域的另一个免费选项。与其他人不同的是,客户端库是开源的,并且服务是实时的,而不是每隔几个小时聚合一次。他们收集的数据从来没有任何问题,但如果您有疑虑,可以注释掉源中的任何相关行。

查看它们:http://www.localytics.com

Localytics is another free option in this space. Unlike the other guys the client library is open source and the service is real time instead of aggregating every few hours. There has never been any problems with the data they collect but if you have concerns you can just comment out any of the relevant lines in the source.

Check them out: http://www.localytics.com

不再让梦枯萎 2024-09-15 06:03:13

我更喜欢乱舞

对我来说,google Analytics 针对网站进行了优化,而不是针对移动应用程序进行了优化。在谷歌中,我找不到有关唯一用户的数据,但大多数数据都涉及用户访问。

使用 Flurry,您可以跟踪应用程序版本以及每个版本的相对崩溃情况。

I prefer Flurry.

For me google Analytics is optimized for web site and not for mobile app. In google i can't find data on unique user but most data reffering on user visits.

With Flurry you can track your app version, and the relative crash for each version.

BuzzBox SDK 还具有实时分析模块。我在一些应用程序中使用它,同时我还使用 BuzzBox 调度程序。
更多信息请参见:http://hub.buzzbox.com/android-sdk/analytics

BuzzBox SDK also has a real-time analytics module. I use it in a few Apps where I also use the BuzzBox scheduler.
More info here: http://hub.buzzbox.com/android-sdk/analytics

最好是你 2024-09-15 06:03:13

AskingPoint 应用程序分析是另一个新的大部分免费选项,具有一些其他人没有的有趣功能。例如,能够使用您的分析来显示 API 嵌入的评级小部件或投票小部件。

请访问:www.askingpoint.com 查看

AskingPoint App analytics is another new mostly free option with some interesting features that no one else has. For example the ability to use your analytics to show the APIs embedded Rating Widget or Polling Widget.

Check it out at: www.askingpoint.com

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文