---
title: BrandRejectionReasonResponse
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/brandrejectionreasonresponse
---

# BrandRejectionReasonResponse

A single policy assignment with rejection reason details for a brand entity.

## Declaration

```data
object BrandRejectionReasonResponse
```

## Properties

id: Policy assignment identifier. Read-only. promotedObjectId: The brand or promoted object ID. Read-only. promotedObjectType: The type of the promoted object (for example, BUSINESS_BRAND). Read-only. entityId: Identifier of the affected entity. Read-only. entityType: Type of the affected entity (for example, BUSINESS_BRAND). Read-only. componentType: Type of the entity component that triggered the policy (for example, ENTITY_ASSET). Read-only. component: Identifier of the specific entity component (for example, an asset UUID). Read-only. code: Rejection reason code from the associated default rejection reason (for example, PERSONAL_INFORMATION). Read-only. title: Human-readable title of the rejection reason. Read-only. body: Detailed explanation of the rejection reason. Read-only.

## Discussion

Discussion A PolicyAssignmentQueryResponse returns BrandRejectionReasonResponse in its result array. Each entry identifies the affected brand, the entity and component that triggered the policy assignment, and the rejection reason code, title, and body text. To programmatically handle specific rejection categories, use code. To surface human-readable messaging to advertisers, use title and body.

## See Also

- [Brand](apple-ads-platform-api/brand.md)
- [BrandResponse](apple-ads-platform-api/brandresponse.md)
- [BrandQueryResponse](apple-ads-platform-api/brandqueryresponse.md)
- [BusinessCategory](apple-ads-platform-api/businesscategory.md)
- [BusinessCategoryResponse](apple-ads-platform-api/businesscategoryresponse.md)
- [BusinessCategoryQueryResponse](apple-ads-platform-api/businesscategoryqueryresponse.md)
- [Location](apple-ads-platform-api/location.md)
- [LocationResponse](apple-ads-platform-api/locationresponse.md)
- [LocationGroup](apple-ads-platform-api/locationgroup.md)
- [LocationGroupCreate](apple-ads-platform-api/locationgroupcreate.md)
- [LocationGroupUpdate](apple-ads-platform-api/locationgroupupdate.md)
- [LocationGroupResponse](apple-ads-platform-api/locationgroupresponse.md)
- [LocationGroupQueryResponse](apple-ads-platform-api/locationgroupqueryresponse.md)
- [LocationQueryResponse](apple-ads-platform-api/locationqueryresponse.md)
- [Eligibility](apple-ads-platform-api/eligibility.md)
