GameAnalytics
GameAnalytics is a free analytics platform purpose-built for games, used to track player behavior, retention and cohorts, progression funnels, in-game economy and resource flows, and monetization and ads analytics. Data is collected through the HMAC-signed Collection (Collector) REST API or platform SDKs, queried through the Metrics API, streamed to a customer's own cloud via PipelineIQ Data Export, and administered through the Organization API.
APIs
GameAnalytics Collection API
HMAC-SHA256 authenticated REST ingestion API for submitting game events. Clients POST an init request to /v2/{game_key}/init for a server timestamp and enabled flag, then batch ...
GameAnalytics Metrics API
X-API-Key authenticated reporting API that returns aggregated gameplay metrics - DAU/MAU, retention (retention_retro), ARPU/ARPPU/ARPDAU, session length, revenue and ad revenue ...
GameAnalytics Organization API
API-key authenticated administration API for programmatically managing games, studios, users, and user access permissions (ACLs) across a GameAnalytics organization, including i...
GameAnalytics Data Export (PipelineIQ)
PipelineIQ raw data export streams every gameplay event as JSON objects (a metadata wrapper plus an event data object) in real time, with historical backfill, into a customer's ...