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
authorizationheader
string
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=%7B%7Bapp_id%7D%7D&country_name=All%20Countries&attribution=All%20AttributionsResponse
{
"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"
}
]
}