Contents

AdvertiserResourceListResponse

Response envelope for advertiser resource list requests.

Declaration

object AdvertiserResourceListResponse

Properties

NameTypeDescription
errorError

Error detail if the request failed. See Error.

result[Delegation]

Array of matching advertiser resources. See Delegation.

Discussion

The AdvertiserResourceListResponse object is the response envelope the API returns when you fetch advertiser resources associated with an organization.

Advertiser resources include entities such as content providers and brands. These resources appear in Delegation objects and control whether App Store or Apple Maps campaigns are accessible to an ad account.

Example

{
  "result": [
    {
      "resourceId": "555666777",
      "resourceType": "CONTENT_PROVIDER",
      "resourceName": "AwayFinder"
    }
  ]
}

See Also