You can specify the language to use for API requests and responses. It follows the ISO-639-1 format.
Represents the media type of the resource. Defaults to application/json
.
The key value to use for API requests. Instructions for getting API keys are in "how to generate API Keys".
Airbridge App Name. (Unique ID)
The start date of the report data to request.
The date must be in the format 'YYYY-MM-DD'
This date must correspond with the timezone set in the Airbridge app.
Future dates are not permitted.
The end date of the report data to request.
The date must be in the format 'YYYY-MM-DD'
This date must correspond with the timezone set in the Airbridge app.
The system only accepts dates up the current date. The time period available for querying is up to 92 days.
The analytics interval period.
day
Analyze the data by day.
week
Analyze the data by week. Calculated in 7 day intervals from the start date.
month
Analyze the data by month. Calculated the same month from the start date until the corresponding date in the subsequent month. For example, given a start date of March 10, the same month would be pretended until April 10.
hour
Analyze the data by hour. You can only set Install (App) as the start event when you set the granularity to hourly.
minute
Analyze the data by minute. You can only set Install (App) as the start event when you set the granularity to minutely.
The maximum number of intervals, or time ranges, by granularity.
If the granularity is
day
,week
, ormonth
, the default value is30
,11
, or5
, respectively.If the granularity is
day
,week
, ormonth
, the maximum value is120
,52
, or36
, respectively. The minimum values are all0
.If the granularity is
hour
orminute
, the value is fixed to60
and24
, respectively.The result includes a “0th” interval.
The event that initiates a User Journey in the time period set. Choose at least 1 event.
app_installs
Installs (App). Install events that occurred within the selected time period.
app_deeplink_opens
Deeplink Opens (App). Deeplink Open events that occurred within the selected time period.
app_deeplink_pageviews
Deeplink Pageviews (App). Deeplink Pageview events that occurred within the selected time period.
app_sign_up
Sign-up (App). Sign-up events that occurred within the selected time period.
app_sign_in
Sign-in (App). Sign-in events that occurred within the selected time period.
app_order_complete
Order Complete (App). Order Complete events that occurred within the selected time period.
An in-app event performed by the user after performing a Start Event.
It is possible to set up multiple return events.
app_order_complete
Order Complete (App). Order Complete event performed within the selected time period.
app_first_order_complete
First Order Complete (App). First Order Complete event performed within the selected time period.
app_ad_impression
Ad Impression (App). Ad Impression event performed within the selected time period.
app_ad_click
Ad Click (App). Ad Click event performed within the selected time period.
app_subscribe
Subscribe (App). Subscribe event performed within the selected time period.
The option to view the retention by unique users or by user journeys that are separated by Start Events. [Reference]
general_retention
General. A User Journey of a unique user is initiated by the Start Event performed by that user.
confined_retention
Confined. A User Journey of a unique user is initiated by the Start Event performed by that user. The Airbridge Device ID is used to identify unique users.
Allows you to set a group by to divide the numbers for the metric you want to see.
Report "Group By".
'Group By' is necessary when seeking a more detailed view in reports. This specification will allow reports to be grouped according to desired criteria. The 'Report GroupBys' for a comprehensive list of available options.
The maximum threshold is 4.
The filter for providing 'group by' items.
The groupBys to filter by.
Only values defined within groupBys
can be used.
The operator to apply to the filter.
The value to apply to the filter.
The filter for providing 'group by' items.
The groupBys to filter by.
Only values defined within groupBys
can be used.
The operator to apply to the filter.
IN
In. In Actuals reports, this corresponds to equals (is, =).
NOT IN
Not in. In Actuals reports, this corresponds to is not, ≠.
LIKE
Contains. ∋
NOT LIKE
Does not contain. ∌
EXIST
Value exists.
NOT EXIST
Value does not exist.
The value to apply to the filter.
Sort report data by 'Group By' or 'Metric'.
Values within 'groupBys' or 'metrics' serve as criteria for sorting.
Sort by ascending (A-Z) or not. (Default: true)