We constantly publish updates to our documentation, which may not yet be available in your language. For the most current information, use the English version.
Returns event 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
Parameter
Format
In
Description
app_token Required
String
Path
Your app's 10 character identifier.
start_date
Date
Query
The start date of the selected period. YYYY-MM-DD format.
end_date
Date
Query
The end date of the selected period. YYYY-MM-DD format.
utc_offset
Time
Query
UTC offset for timezones. [+-]HH:MM format.
kpis
String
Query
Comma-separated list of Event metrics. Prepend your event token to each metric. e.g. token1_revenue
sandbox
Boolean
Query
Whether results come from sandbox or production data. Defaults to production (false).
events
String
Query
Comma-separated list of event tokens.
attribution_type
String
Query
The type of attribution to include in the results. Available options:
click
impression
all
attribution_source
String
Query
Determines whether in-app activity is assigned to the user’s install source (first) or divided among the install source and subsequent sources of reattribution (dynamic). The default setting is dynamic.
countries
String
Query
Comma-separated list of ISO 3166 alpha-2 country names.
Returns event 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
Parameter
Format
In
Description
app_token Required
String
Path
Your app's 10 character identifier.
tracker_token Required
String
Path
Your tracker's 6 character identifier.
start_date
Date
Query
The start date of the selected period. YYYY-MM-DD format.
end_date
Date
Query
The end date of the selected period. YYYY-MM-DD format.
utc_offset
Time
Query
UTC offset for timezones. [+-]HH:MM format.
kpis
String
Query
Comma-separated list of Event metrics. Prepend your event token to each metric. e.g. token1_revenue
sandbox
Boolean
Query
Whether results come from sandbox or production data. Defaults to production (false).
events
String
Query
Comma-separated list of event tokens.
attribution_type
String
Query
The type of attribution to include in the results. Available options:
click
impression
all
attribution_source
String
Query
Determines whether in-app activity is assigned to the user’s install source (first) or divided among the install source and subsequent sources of reattribution (dynamic). The default setting is dynamic.
countries
String
Query
Comma-separated list of ISO 3166 alpha-2 country names.