The Policy Review Object has a single property:reject_reason.
Name | Modifiers & Defaults | Type | Description |
|---|---|---|---|
reject_reason | Default: | String | If the campaign was rejected (approval_state = REJECTED), the reason for rejection is stored in the |
{
// 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.
