Detailed statistics of user actions. Do you want it?

Hello.

I started to implement “Statistics system of user actions” in game. All results (statistics) will be showing on web-page in real time and you will be able easy send to this web page any info from your game.

You can take a look at first working version: link
I done it for my app on Google play. Now I can see:
-when someone started playing;
-when someone finished playing you can see the time he was in game;
-user ip
-date of action
-you can sort data in table by 1 click

Next I am planning:
1)Add detailed statistics of “what the player was doing in game”, which buttons he pressed, etc.
2)More info-sort ability. For example you press on user IP and gets new table only with this user IP’s, and you can sort this new table also.

I want to do it super easy for you to use.
It done using PHP, MySQL, and I want to do it possible anyone use it, with no need to register hosting or whatever.
1)You just doing simple registration as usual, and gets ID
2)Put Id and password in Unity inspector field and start create your own “Statistics system of user actions”, by simply call 1 function RealtimeStatistics.AddString(“Player pressed settings button”)
3)Go to web site, enter your Id and see results any time you want.

What do you think about it?

Sounds good but I also would prefer to have a global statistic view