Skip to main content

Monthly Active Users (MAU)

Retrieves the number of monthly active users (MAU) for a specified application.

Request
  • Method: GET
  • Endpoint: {{base_url}}/performance/monthly-active-users-mau
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).

Response
200

Monthly Active Users (MAU)

FieldType
rows.active_monthstring
rows.app_idstring
rows.updated_atstring
rows.application_namestring
rows.sum_mauinteger
rows.country_namestring
columns.friendly_namestring
columns.typestring
columns.namestring
Security
  • ApiKeyAuth
Request
{{base_url}}/performance/monthly-active-users-mau?app_id=%7Bapp_id%7D&country_name=%7Bcountry_name%7D
Response
{
  "rows": [
    {
      "active_month": "date",
      "app_id": "string",
      "updated_at": "style",
      "application_name": "string",
      "sum_mau": "integer",
      "country_name": "string"
    }
  ],
  "columns": [
    {
      "friendly_name": "string",
      "type": "string",
      "name": "string"
    }
  ]
}