Now to analyze what Activities
users are opening in my app and other analytic data I am using events from flurry. But it's not possible to download all events with custom data for each event on the PC. I want to download it in xml (or txt or csv) to analyse it in Excel as an example.
- parse.com - now I am going to use it. But 1 000 000 queries/month is free so if app have more than 100 000 installations ... :(
- submit form for google-spreadsheet - good, but there are several moments.
Does anybody know other free services for events tracking from which I can download data?
Requirements: I must have an opportunity to get table with 4 columns:
- installationId (smth like this);
- eventDateTime (CurrentTime for event);
- eventName (may be ActivityName or CustomEventName);
- customDataForThisEvent (custom string data for this event).
All of this data I'll set in code.