Overview metrics endpoints

Use this endpoint to retrieve metrics for your app.

Before you begin

To use this endpoint, you need an Adjust API token. Follow the instructions in the authentication guide to get your token.

App overview endpoint

https://api.adjust.com/kpis/v1/{app_token}

GET request

Returns metrics associated with an app. Metrics are returned in a kpi_values array in the same order as the metrics in your request.

The endpoint returns JSON by default. You can return CSV by adding the following header to your call:

Accept: text/csv

Parameters

Example

Multiple apps overview endpoint

https://api.adjust.com/kpis/v1/{app_tokens}

GET request

Returns metrics associated with multiple apps. Metrics are returned in a kpi_values array in the same order as the metrics in your request.

The endpoint returns JSON by default. You can return CSV by adding the following header to your call:

Accept: text/csv

Parameters

Example

Tracker overview endpoint

https://api.adjust.com/kpis/v1/{app_token}/trackers/{tracker_token}

GET request

Returns metrics associated with a specific tracker. Metrics are returned in a kpi_values array in the same position the KPIs in your request.

The endpoint returns JSON by default. You can return CSV by adding the following header to your call:

Accept: text/csv

Parameters

Example

Response format

JSON
CSV
{
  "result_parameters": {
    "kpis": [
       "string",
       "string"
    ],
    "start_date": "2022-01-01",
    "end_date": "2022-01-31",
    "sandbox": false,
    "countries": [
       "string"
    ],
    "trackers": [
      {
        "token": "string",
        "name": "string",
        "has_subtrackers": true
      },
      {
        "token": "string",
        "name": "string",
        "has_subtrackers": true
      }
    ],
    "grouping": [
       "string"
    ]
  },
  "result_set": {
    "token": "string",
    "name": "string",
    "currency": "string",
    "apps": [ // Returned when querying multiple apps
      {
         "token": "string",
         "name": "string",
         "currency": "string",
         "kpi_values": [
            3
         ]
      },
    "trackers": [ // Returned when querying a single app
      {
        "token": "string",
        "kpi_values": [
           100,
           130.24
        ]
      },
      {
        "token": "string",
        "kpi_values": [
           557, 
           0.802
        ]
      }
    ]
  }
}
Error codeDescription
400 Bad RequestMalformed request passed by the client.
401 UnauthorizedAuthentication failed.
403 ForbiddenClient doesn't have access to information such as KPIs, selected time period, or cohort period in the request.
404 Not FoundRequest data not found.
499 Client closed requestThe transaction closed before all information was returned by the server.

Default parameters

ParameterDefault values
kpis
  • clicks
  • installs
  • click_conversion_rate
  • reattributions
  • sessions
  • revenue_events
  • revenue
  • daus
  • waus
  • maus

Parameter values

OS names

Device types