cbrwizard / picswars.io

Project-only repo for a browser game PicsWars.io
http://picswars.io/?ref=github
2 stars 0 forks source link

Metrics to add #113

Open cbrwizard opened 6 years ago

cbrwizard commented 6 years ago

Consider adding these metrics:

A number of players who started the game session. Do it by sending an event on /games post. A number of registered users. Do it by sending an event on /users post and a guest to users conversion. A number of active users. Do it by sending an event on performPlan when the user qualifies the coreGameplayAcceptance for the 2+ day in a row. Possibly need to store the day-in-a-row value in db for that. Looks like this means that we will need to not check for an existing metric with this name and instead increase its value on a metric pass. A number of very active users. Same as above, but for the 3+ day in a row. A number of super active users. Same as above, but for the 5+ day in a row.

cbrwizard commented 6 years ago

Some here https://github.com/cbrwizard/squardak/issues/128