Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better analytics #8

Closed
erosson opened this issue Aug 27, 2014 · 5 comments
Closed

better analytics #8

erosson opened this issue Aug 27, 2014 · 5 comments
Milestone

Comments

@erosson
Copy link
Member

erosson commented Aug 27, 2014

once people start playing, make the analytics better. we have a few basics, (player count, session length, button clicks), but still missing a lot. at a minimum, to know how fast people are progressing:

  • graph expansion-count over playtime
  • graph meat over playtime

extra credit:

  • graph playtime when the player buys their first (queen, nest, hive, ...) (maybe easier with achievements)
  • graph offline vs. online-active vs online-idle time, ratios
  • graph playtimes when people quit and never return

do this sooner rather than later, we need this info to balance the game

@erosson erosson added this to the 0.2.0 milestone Aug 27, 2014
@erosson
Copy link
Member Author

erosson commented Aug 31, 2014

Okay, I think we're now tracking most of the data on the statistics screen. Stats verified to be working and visible in realtime:

  • time at which first unit/upgrade of each type was purchased
  • number of units/upgrades purchased in total

It's possible that I'm logging too much here and may need to pull back if I'm hitting any analytics limits. Throttling the total-purchased stat would be fine.

Custom dimensions/metrics that are now logged, but not available in realtime reports - we can verify these in ~24 hours:

  • app version
  • save file size in chars
  • click log size in chars

Total unit count is not tracked, only purchased units - so, ex. drones built by queens don't appear in the metrics. That's fine, more interested in what tier they're at.

It's common to buy the first unit in a tier to unlock twin upgrades though, so that might throw the metrics off a bit - they buy one of tier n then continue building tier n-1. Meh, close enough.

@erosson
Copy link
Member Author

erosson commented Sep 2, 2014

https://www.google.com/analytics/web/?hl=en#dashboard/e0yQWR_CQsmE34JOeiaiYA/a53523462w86246489p89488811/%3F_u.date00%3D20140902%26_u.date01%3D20140902%26_u.date10%3D20140901%26_u.date11%3D20140901/

app version is working. save file size and click log size are not. looks like scoping in ga was wrong: product instead of the only other option, hit. changed, let's take another look tomorrow.
https://developers.google.com/analytics/devguides/platform/customdimsmets#example-hit

@erosson
Copy link
Member Author

erosson commented Sep 3, 2014

This is now logged, but not in a useful way! GA only seems to want to tell me the total for all players, or show me how many sessions had exactly the same total.

@erosson
Copy link
Member Author

erosson commented Sep 4, 2014

#58 makes click log size obsolete, and save file sizes are relatively small - way less than 10k - so I'm not going to sweat this.

I'm satisfied with our analytics for now.

@erosson erosson closed this as completed Sep 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant