Funnel Progression
About
The Funnel Progression API provides access to the same data that is available on the Game Progression Funnel page in the justtrack platform.
Table & Graph API
Send a POST request to:
curl -H X-API-Key: <API_KEY> https://api.justtrack.io/reporting/v1/funnel/progression
Request
Name | Type | Description |
---|---|---|
dimension | string | A dimension by which game events will be selected. Here, you have two options depends on your SDK setup:
|
metrics | []string | A list of requested metrics. |
interval | Interval object | An interval within which data should be aggregated. |
filters | Filters object | Filters to limit requested data. The |
pagination | Pagination object | Batch number and amount of data rows to return. |
Response
Name | Type | Description |
---|---|---|
pagination | Pagination object | Used pagination settings and total amount of data rows. |
rows | []Row | A list of data rows. Also rows objects always contain event and step fields with corresponding values. |
Last updated