koobazaur Posted July 22, 2016 Share Posted July 22, 2016 Howdy, I want to track some gameplay stuff for my game, like how long gamers are playing, if certain key events were reached, choices made etc. Are there any online services that provide a JS API I could use? Don't want to re-use the wheel. I know there's Yahoo's Flurry and Google Analytics, but they don't seem like the best fit for tracking gameplay stats. Unity also has stats, but it's for Unity games (currently using Phaser). Put a request to Clay.io but it's invite-only. And looking at Playtomic, but it rcently ended official support so not sure if it's the best solution (reading on the new open source thing you set up on your own server. Trying to set it up Heroku and it's pretty confusing, not understanding how it all works together) I tried searching but not getting much luck outside of these, and would rather not build my own PHP/DB and API again. Thanks for suggestions! Quote Link to comment Share on other sites More sharing options...
mattstyles Posted July 23, 2016 Share Posted July 23, 2016 I've always used GA or Omniture (Adobe, its horrible), not naturally fitted to games but at the end of the day you're just pinging off small events and you want something to collate and display those events. Quote Link to comment Share on other sites More sharing options...
koobazaur Posted July 24, 2016 Author Share Posted July 24, 2016 Thanks guys! Im starting of thinking of using GA for just general visitor info and rolling my own thing for gameplay. Even a simple URL that just dumps an event to a log file I can parse out later would probably do for now. Quote Link to comment Share on other sites More sharing options...
BobF Posted July 24, 2016 Share Posted July 24, 2016 I use Google Analytics' custom event tracking for that purpose and have found it to work very well for tracking the type of events you mentioned. It's a nice bonus that my game event stats are integrated with my GA traffic stats, and it's all free. :-) Quote Link to comment Share on other sites More sharing options...
koobazaur Posted July 31, 2016 Author Share Posted July 31, 2016 Aye, just hooked up GA. Will see how it works out when I start testing If anyone is interested, send me a PM! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.