Delegation
Links an ad account to an external advertiser resource, such as a content provider or brand.
Declaration
object DelegationProperties
| Name | Type | Description |
|---|---|---|
resourceId | string | The ID of the delegated resource. For |
resourceType | Delegation.ResourceType | The type of the linked resource. Accepted values: |
resourceName | string | The display name of the delegated resource. For |
Discussion
The Delegation object links an ad account to an external advertiser resource: a CONTENT_PROVIDER (App Store) or a BUSINESS_BRAND (Apple Maps).
The Delegation objects appear in AdAccount.delegations, and Get Advertiser Resources returns them.
Example
{
"resourceId": "555666777",
"resourceType": "CONTENT_PROVIDER",
"resourceName": "AwayFinder"
}