Ad Account Async Batch Requests
Updated: May 18, 2019
Reading
You can’t perform this operation on this endpoint.
Creating
/act_{ad_account_id}/async_batch_requests
You can make a POST request to async_batch_requests edge from the following paths:
When posting to this edge, a Campaign will be created.
Parameters
| Parameter | Description |
|---|---|
adbatchlist<Object> |
JSON encoded batch reqeust
required name stringrequired relative_url stringrequired body UTF-8 encoded stringrequired Show child parameters |
nameUTF-8 encoded string |
Name of the batch request for tracking purposes.
required |
Return Type
This endpoint supports read-after-write and will read the node represented by id in the return type.
Struct {
id: numeric string,
}
Error Codes
| Error Code | Description |
|---|---|
194 | Missing at least one required parameter |
100 | Invalid parameter |
2500 | Error parsing graph query |
Updating
You can't perform this operation on this endpoint.
Deleting
You can't perform this operation on this endpoint.