Skip to main content
Request status
The status of an asynchronous request can be checked with task.status in the API request result.
PENDINGData aggregation is in preparation.
RUNNINGData is being aggregated.
SUCCESSThe aggregation is complete and returns the result.
FAILUREThe request has failed.
CANCELEDThe request has been canceled.
Response Notification
If certain data was removed or masked during aggregation (masking), refer to the the reason in notification[0].code.
MEDIA_PARTNER_DATA_FILTERED_BY_CHANNELThe media partner requesting the data has not been granted the permission to view them.
AGG_DATA_MASKING_BY_FACEBOOKThe data has been removed according to Meta’s privacy compliance policies.
EXCEEDED_LIMIT_ON_MAX_ROW_COUNTThe result has exceeded the maximum data value (10,000 rows per report). It is recommended that data is extracted using Raw Data Export.
SAN_PERIOD_LIMITThe data has been removed according to Self-Attribution Networks’ compliance policies. For example, removed data from 175 days ago that was attributed to Meta.

Try API Request

GET

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)
string
required
The task_id returned by the result of the ‘Request Report’ API.

Query Params

number
The number of rows to be skipped.Get results except the first N number of rows.The default is 0.
number
A limit on the number of rows to be returned.Get results of the next N rows after those skipped by the skip option.The default is 100.e.g.) ?skip=200&size=100In this case, it returns the rows 201 to 300. (skips first 200 rows, gets next 100 rows)
string
The keywords to filter on GroupBy in the results.
boolean
Determines whether to include format information used by the dashboard to represent values for the Actuals Report.If it set true, the format information (such as Meta ads masking) is included in the viewFormat field in the form of “{value}”, “{value} +α”, “Privacy Block”, etc.The default is false.

Response


200

The asynchronous request is being processed. The API can be polled periodically to see the results, and the status of the request can be checked with task.status.

200

Returns the result when data aggregation is complete. If status is SUCCESS, sends it to actuals with data, metadata, messages, etc.