DelegationCreate
The request body for creating a delegation on an ad account.
Declaration
object DelegationCreateProperties
| Name | Type | Description |
|---|---|---|
resourceId Required | string | The ID of the resource you’re delegating. For |
resourceType Required | DelegationCreate.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"
}