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
authorization
header
string
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=%7B%7Bapp_id%7D%7D&country_name=All%20Countries&attribution=All%20Attributions
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"
    }
  ]
}