Flurry Analytics vs Google Analytics on the mobile platform [closed]

夙愿已清 提交于 2019-11-28 17:29:43

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.

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!

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

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 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

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!