Skip to main content

User Retention Daily

Retrieves daily user retention metrics for a specified app.

Request
  • Method: GET
  • Endpoint: {{base_url}}/performance/user-retention-daily
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
x-api-token
header
N/A
Response
200

User Retention Daily

FieldType
rows.day_numberinteger
rows.attributionstring
rows.activity_datestring
rows.install_datestring
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-daily?app_id=%7Bapp_id%7D&country_name=%7Bcountry_name%7D&attribution=%7Battribution%7D
Response
{
  "rows": [
    {
      "day_number": "integer",
      "attribution": "string",
      "activity_date": "date",
      "install_date": "date",
      "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"
    }
  ]
}