User Retention Monthly
Retrieves monthly user retention metrics for a specified application.
- Method: GET
- Endpoint:
{{base_url}}/performance/user-retention-monthly
Name
Type
Description
app_idstring
The app ID you want to query.
country_namestring
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).
attributionstring
Specify an attribution. Use All Attributions to list all of the attributions.
Name
In
Type
Description
authorizationheader
string
200
User Retention Monthly
| Field | Type |
|---|---|
rows.install_month | string |
rows.attribution | string |
rows.month_number | integer |
rows.app_id | string |
rows.updated_at | 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-monthly?app_id=%7B%7Bapp_id%7D%7D&country_name=All%20Countries&attribution=All%20AttributionsResponse
{
"rows": [
{
"install_month": "date",
"attribution": "string",
"month_number": "integer",
"app_id": "string",
"updated_at": "string",
"base_cohort": "integer",
"active_users": "integer",
"country_name": "string"
}
],
"columns": [
{
"friendly_name": "string",
"type": "string",
"name": "string"
}
]
}