EmergentOrganization / cell-rpg

:black_square_button: connect to a universe where cellular automata have run rampant
http://emergentorganization.github.io/bridge/
Other
12 stars 1 forks source link

basic usage analytics #80

Closed 7yl4r closed 8 years ago

7yl4r commented 8 years ago

I'd like to add some basic tracking to the app before releasing, and there are two things which need to be addressed:

  1. what questions do we have that might be answered with analytics?
  2. what analytics software should we use?

Here are my ideas for (1):

For (2), we have a myriad of (free) options, my two favorites are:

Have you used anything like this before @BrianErikson ?

7yl4r commented 8 years ago

countly & google analytics support on java is weak (they both focus on android mostly). There are some 3rd party libraries for google analytics, and a usable REST interface for countly, but I've also found the mixpanel java API documentation quite beautiful. Because of this, I'm leaning towards mixpanel currently.

BrianErikson commented 8 years ago

I've never used Mixpanel but it looks perfect to me