BrandRejectionReasonResponse
A single policy assignment with rejection reason details for a brand entity.
Declaration
object BrandRejectionReasonResponseProperties
| Name | Type | Description |
|---|---|---|
id | int64 | Policy assignment identifier. Read-only. |
promotedObjectId | string | The brand or promoted object ID. Read-only. |
promotedObjectType | string | The type of the promoted object (for example, |
entityId | string | Identifier of the affected entity. Read-only. |
entityType | string | Type of the affected entity (for example, |
componentType | string | Type of the entity component that triggered the policy (for example, |
component | string | Identifier of the specific entity component (for example, an asset UUID). Read-only. |
code | string | Rejection reason code from the associated default rejection reason (for example, |
title | string | Human-readable title of the rejection reason. Read-only. |
body | string | Detailed explanation of the rejection reason. Read-only. |
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.