Response
Base response wrapper used by all response types.
Declaration
object ResponseProperties
| Name | Type | Description |
|---|---|---|
result | Response.Result | The response payload. Type depends on the specific response subtype. See Response.Result. Absent when the request fails. |
error | Error | Error details if the request failed. Absent on success. See Error. |
Discussion
The Response object is the base response wrapper used across all response types in the Apple Ads Platform API.
Example
{
"result": {
"id": "123456789",
"name": "AwayFinder Campaign"
}
}