{ "opencollection": "1.0.0", "info": { "name": "GameAnalytics REST APIs Collection Metrics API", "version": "1.0" }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Query an aggregated gameplay metric.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gameanalytics.com/metrics/v1/metrics/:metric", "params": [ { "name": "metric", "value": "", "type": "path", "description": "The metric to query (e.g. dau, mau, retention_retro, arpu, arppu, session_length)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Returns aggregated metric data (for example `dau`, `mau`, `retention_retro`, `arpu`, `arppu`, `session_length`, `revenue`, `ad_revenue`) as JSON. Authenticated with the `X-API-Key` header. The body specifies an ISO-8601 `interval`, a `granularity`, an optional `game` id, and a `query` object of type `group`, `split`, or `timeseries`." } ] } ], "bundled": true }