The AdResponse data object indicates if the add or update (ad) operation succeeded or failed.
| Element | Data Type | Description |
|---|---|---|
| ad | Ad | The ad. |
| errors | Error[] | A list of errors (when the operation fails) or the empty list (when the operation succeeds). |
| operationSucceeded | boolean |
If True, the operation succeeded and the system is updated. The response returns the newly created object or updated object, which contains the elements supplied by you as well as the system. If False, the operation failed and the system is not updated. The response returns the elements supplied by you. |