Contents

DelegationUpdate.ResourceType

The type of resource being delegated.

Declaration

string DelegationUpdate.ResourceType

Possible Values

CONTENT_PROVIDER

A content provider resource associated with the ad account. Its resourceId is the Content Provider ID (CPID).

BUSINESS_BRAND

A Brand resource delegated from an organization. Its resourceId is the Brand ID.

Discussion

This value determines whether resourceId must refer to a Content Provider ID or a Brand ID.

Example

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