The Policy Review Object has a single property:
reject_reason
.
Name | Modifiers & Defaults | Type | Description |
---|---|---|---|
reject_reason | Default:null | String Max length: 50 Examples: THUMBNAIL_LOW_RESOLUTION LANDING_PAGE_MISLEADING CONTENT_PROHIBITED | If the campaign was rejected (approval_state = REJECTED), the reason for rejection is stored in the reject_reason field.In all other cases, reject_reason is null . |
{
// Additional fields omitted...
"policy_review": {
"reject_reason": null
}
}
{
// Additional fields omitted...
"policy_review": {
"reject_reason": null
}
}
Both Campaigns and Items expose a
policy_review
property with the above object schema.