We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionWe're using Flurry to track events made in our iOS app (similar to Google Analytics, Mixpanel). It's great, but there's no way to get the raw dump of all the events that have been fired - all these analytics services will aggregate them for you.
We need the raw data to do custom queries and correlate the events with server-side infor开发者_开发技巧mation. Ideally, it would be a hosted data logging system where we post events from the iOS side and then download logs from the server. Any recommendations?
Localytics also supports full-data exports of session-level data for enterprise customers. (Full disclosure- I work there).
We used Flurry until we had the same requirements as you. We've found the Google Analytics Data Export API serves our needs well.
精彩评论