Partner Report App Game DAU
Retrieves daily active user (DAU) metrics for a specific app/game.
- Method: GET
- Endpoint:
{{base_url}}/performance/partner-report-app-game-dau
Name
Type
Description
app_idRequiredstring
The app ID you want to query.
Name
In
Type
Description
x-api-tokenheader
N/A
200
Partner Report App Game DAU
| Field | Type |
|---|---|
rows.Windows Opened | integer |
rows.Game Title | string |
rows.app_id | string |
rows.updated_at | string |
rows.DAU | integer |
rows.date | string |
columns.friendly_name | string |
columns.type | string |
columns.name | string |
- ApiKeyAuth
Request
{{base_url}}/performance/partner-report-app-game-dau?app_id=%7Bapp_id%7DResponse
{
"rows": [
{
"Windows Opened": "integer",
"Game Title": "string",
"app_id": "string",
"updated_at": "style",
"DAU": "integer",
"date": "date"
}
],
"columns": [
{
"friendly_name": "string",
"type": "string",
"name": "string"
}
]
}