Contents

Response

Base response wrapper used by all response types.

Declaration

object Response

Properties

NameTypeDescription
resultResponse.Result

The response payload. Type depends on the specific response subtype. See Response.Result. Absent when the request fails.

errorError

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"
  }
}

Topics

Dictionaries