User Retention Weekly
Retrieves weekly user retention metrics for a specified app.
- Method: GET
- Endpoint:
{{base_url}}/performance/user-retention-weekly
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
x-api-tokenheader
N/A
200
User Retention Weekly
| Field | Type |
|---|---|
rows.day_number | integer |
rows.attribution | string |
rows.app_id | string |
rows.updated_at | string |
rows.application_name | string |
rows.base_cohort | integer |
rows.active_users | integer |
rows.install_week | string |
rows.country_name | string |
columns.friendly_name | string |
columns.type | string |
columns.name | string |
- ApiKeyAuth
Request
{{base_url}}/performance/user-retention-weekly?app_id=%7Bapp_id%7D&country_name=%7Bcountry_name%7D&attribution=%7Battribution%7DResponse
{
"rows": [
{
"day_number": "integer",
"attribution": "string",
"app_id": "string",
"updated_at": "string",
"application_name": "string",
"base_cohort": "integer",
"active_users": "integer",
"install_week": "date",
"country_name": "string"
}
],
"columns": [
{
"friendly_name": "string",
"type": "string",
"name": "string"
}
]
}