Pregunta

I want to find a good 3rd party tool to use for logging all my android app events and view on a remote server. I only have access to client side of the app with no control of the server side.

I want to track the following from my app:

  1. Which screen did users visit
  2. What actions he did on the screens(with timestamps)
  3. Some app specific relation between these events. (the app has a bunch of actions together which constitute a meaningful event)
  4. User Information etc.

I am currently using ACRA + Google docs (old format) for tracking crashes-only. But cannot create any new project using this setup anymore (google doc support deprecated).

Also what would be a good architecture to submit the logs - at every event, group them together.

¿Fue útil?

Solución

Try google analytics : http://www.google.com/analytics/ or flurry: http://www.flurry.com/

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top