Contents

BrandRejectionReasonResponse

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

Declaration

object BrandRejectionReasonResponse

Properties

NameTypeDescription
idint64

Policy assignment identifier. Read-only.

promotedObjectIdstring

The brand or promoted object ID. Read-only.

promotedObjectTypestring

The type of the promoted object (for example, BUSINESS_BRAND). Read-only.

entityIdstring

Identifier of the affected entity. Read-only.

entityTypestring

Type of the affected entity (for example, BUSINESS_BRAND). Read-only.

componentTypestring

Type of the entity component that triggered the policy (for example, ENTITY_ASSET). Read-only.

componentstring

Identifier of the specific entity component (for example, an asset UUID). Read-only.

codestring

Rejection reason code from the associated default rejection reason (for example, PERSONAL_INFORMATION). Read-only.

titlestring

Human-readable title of the rejection reason. Read-only.

bodystring

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.

See Also