Graph API Version

Ad Account Async Batch Requests

Reading

You can't perform this operation on this endpoint.

Creating

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

ParameterDescription
adbatch
list<Object>

JSON encoded batch reqeust

Required
name
string

Required
relative_url
string

Required
body
UTF-8 encoded string

Required
name
UTF-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

ErrorDescription
100Invalid parameter
194Missing at least one required parameter
200Permissions error
2500Error parsing graph query

Updating

You can't perform this operation on this endpoint.

Deleting

You can't perform this operation on this endpoint.