I'm about to finish my first Android (export to CocoonJS)game and want to have an overall statistics about the game like:
- most played level
- average score and time spent on each level
- average time spent on the game
I want all those variables sent from each user to a server and my wish is to have only one file on the server side for easy viewing (xml, txt)
Can I build a serverside code in c2 ?
Does DropBox support serverside execution?
Can I use DropBox to receive data from user?
As a last resort it can be done with individual files from each user, but the above questions still remains.
Any ideas how to do that?
[EDIT:] Google docs is any good?