I use Flurry.com to collect my analytic data for my iPhone application. I send them information about special events about what is happening in my application (registration / login / etc). I pass on additional information with these events. Now I want to access this information and analyze it. How to do it?
On my website, I see small โpagesโ of information collected from my application. I can even "export to CSV" a small "page" of this data. But I see no way to export all the data for a certain period of time. Did I miss something?
I found api.flurry.com a RESTful API today, but again it looks like I can only make two different calls that seem useless (AppMetrics / AppInfo), and return information only for canned metrics. I really want to receive custom events and custom event data that I sent to them. Is there any way to do this?
Thanks for any help.
source share