Skip to main content
Actuals Report provides customization features for the metrics and data you intend to analyze. Using the various data fields provided by Airbridge, you can customize the report in all forms such as subdividing data into specific criteria, adding metrics on granular criteria, or applying filters. Request Actuals Report. rate limit: There is no specific limit for normal usage. However, if excessive requests that may threaten service stability are detected, a temporary 429 Too Many Requests response may be returned.

Try API Request

POST

Request


Headers

string
You can specify the language to use for API requests and responses. It follows the ISO-639-1 format.
string
Represents the media type of the resource. Defaults to application/json.
string
The key value to use for API requests. Instructions for getting API keys are in “how to generate API Keys”.

Path Params

string
required
Airbridge App Name. (Unique ID)

Body Params

string
required
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.
string
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 400 days.
string[]
required
Report “Group By”.‘Group By’ is necessary when seeking a more detailed view in reports. The complete list of GroupBys that can be selected in the Actuals report can be checked through the Get Metadata (GroupBy) APIThe maximum threshold is 10.
string[]
required
Report “Metrics”.Various ad performance data can be examined through metrics. The complete list of metrics that can be selected in the Actuals report can be checked through the Get Metadata (Metric) API.The maximum threshold is 20.
object[]
required
The filter for providing ‘group by’ items.
object[]
required
Sort report data by ‘Group By’ or ‘Metric’.
object

Response


200

task.status
PENDINGData aggregation is in preparation.
RUNNINGData is being aggregated.
SUCCESSThe aggregation is completed and returns the result.
FAILUREThe request has failed.
CANCELEDThe request has been canceled.

404