Contents

Delegation

Links an ad account to an external advertiser resource, such as a content provider or brand.

Declaration

object Delegation

Properties

NameTypeDescription
resourceIdstring

The ID of the delegated resource. For CONTENT_PROVIDER, this is the Content Provider ID (CPID). For BUSINESS_BRAND, this is the Brand ID.

resourceTypeDelegation.ResourceType

The type of the linked resource. Accepted values: CONTENT_PROVIDER, BUSINESS_BRAND. See Delegation.ResourceType.

resourceNamestring

The display name of the delegated resource. For BUSINESS_BRAND, this is the brand name. For CONTENT_PROVIDER, this is the provider name from App Store Connect.

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

Topics

Type Aliases

See Also