BulkOperationResult
The BulkOperationResult object reports the outcome of a single item in a bulk operation. Create Creatives returns one result per submitted creative, in request order.
¶ Properties
| Field | Type | Description |
|---|---|---|
success |
BulkOperationSuccessResult | Present when the item was created |
failure |
BulkOperationFailureResult | Present when the item could not be created |
Note: Exactly one of the above fields is present (oneof). Because a bulk call can partially succeed, a 200 response does not mean every item was created — inspect each result individually.
¶ BulkOperationSuccessResult
| Field | Type | Description |
|---|---|---|
id |
string | Identifier of the created object |
¶ BulkOperationFailureResult
| Field | Type | Description |
|---|---|---|
error_code |
string | Error code for the failed item |
error_message |
string | Error message for the failed item |