Contents

DelegationCreate

The request body for creating a delegation on an ad account.

Declaration

object DelegationCreate

Properties

NameTypeDescription
resourceId Requiredstring

The ID of the resource you’re delegating. For CONTENT_PROVIDER, this is the Content Provider ID (CPID). For BUSINESS_BRAND, this is the Brand ID.

resourceType RequiredDelegationCreate.ResourceType

The type of resource you’re delegating. See DelegationCreate.ResourceType.

Overview

CONTENT_PROVIDER, for App Store advertising:

{
  "resourceId": "12345678",
  "resourceType": "CONTENT_PROVIDER"
}

BUSINESS_BRAND, for Apple Maps advertising:

{
  "resourceId": "9876543",
  "resourceType": "BUSINESS_BRAND"
}

Topics

Type Aliases

See Also