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_idRequired
string

The app ID you want to query.

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

attributionRequired
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.application_namestring
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": "style",
      "application_name": "string",
      "base_cohort": "integer",
      "active_users": "integer",
      "country_name": "string"
    }
  ],
  "columns": [
    {
      "friendly_name": "string",
      "type": "string",
      "name": "string"
    }
  ]
}