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
PENDING | Data aggregation is in preparation. |
RUNNING | Data is being aggregated. |
SUCCESS | The aggregation is completed and returns the result. |
FAILURE | The request has failed. |
CANCELED | The request has been canceled. |