Skip to main content

User Retention Monthly

Retrieves monthly user retention metrics for a specified application.

Request
  • Method: GET
  • Endpoint: {{base_url}}/performance/user-retention-monthly
Query parameters
Name
Type
Description
app_id
string

The app ID you want to query.

country_name
string

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).

attribution
string

Specify an attribution. Use All Attributions to list all of the attributions.

Additional parameters
Name
In
Type
Description
authorization
header
string
Response
200

User Retention Monthly

FieldType
rows.install_monthstring
rows.attributionstring
rows.month_numberinteger
rows.app_idstring
rows.updated_atstring
rows.base_cohortinteger
rows.active_usersinteger
rows.country_namestring
columns.friendly_namestring
columns.typestring
columns.namestring
Security
  • ApiKeyAuth
Request
{{base_url}}/performance/user-retention-monthly?app_id=%7B%7Bapp_id%7D%7D&country_name=All%20Countries&attribution=All%20Attributions
Response
{
  "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"
    }
  ]
}