Policy Review Object
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 apolicy_reviewproperty with the above object schema.
Updated 21 days ago
Did this page help you?
