User Retention Daily
Retrieves daily user retention metrics for a specified app.
- Method: GET
- Endpoint:
{{base_url}}/performance/user-retention-daily
Name
Type
Description
app_idRequiredstring
The app ID you want to query.
country_nameRequiredstring
Name of a specific country. Use All Countries for the entire world. Country names must start with a capital letter. Spaces are allowed (e.g. United States).
attributionRequiredstring
Specify an attribution. Use All Attributions to list all of the attributions.
Name
In
Type
Description
authorizationheader
string
200
User Retention Daily
| Field | Type |
|---|---|
rows.day_number | integer |
rows.attribution | string |
rows.activity_date | string |
rows.install_date | string |
rows.app_id | string |
rows.updated_at | string |
rows.application_name | string |
rows.base_cohort | integer |
rows.active_users | integer |
rows.country_name | string |
columns.friendly_name | string |
columns.type | string |
columns.name | string |
- ApiKeyAuth
Request
{{base_url}}/performance/user-retention-daily?app_id=%7B%7Bapp_id%7D%7D&country_name=All%20Countries&attribution=All%20AttributionsResponse
{
"rows": [
{
"day_number": "integer",
"attribution": "string",
"activity_date": "date",
"install_date": "date",
"app_id": "string",
"updated_at": "style",
"application_name": "string",
"base_cohort": "integer",
"active_users": "integer",
"country_name": "string"
}
],
"columns": [
{
"friendly_name": "string",
"type": "string",
"name": "string"
}
]
}