---
title: Delegation.ResourceType
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/delegation/resourcetype-data.typealias
---

# Delegation.ResourceType

The type of the linked resource: CONTENT_PROVIDER or BUSINESS_BRAND.

## Declaration

```data
string Delegation.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

Discussion This mirrors the resourceType set when the delegation was created or last updated, and continues to determine whether resourceId is a Content Provider ID or a Brand ID. Example {   "resourceId": "555666777",   "resourceType": "CONTENT_PROVIDER" }
