Skip to content
AdCrunch
Esc
↑↓navigate↵open⌘Jpreview
On this page

campaign_plan_approve

Approve a plan, validating every draft line on it and opening the execution gate.

Approves a Campaign Plan. This is the human act in the plan’s lifecycle — and the gate a Line Item must pass before it can be executed.

Input

Field Type Required Description
campaign_plan_name string yes The plan slug.
base_revision integer yes The revision you last read. This is what makes it an approval of the content you read.

Output

{ campaignPlan: { status: 'approved', … }, lineItemsValidated: 4 }

Requires the campaign_plan:write scope.

Was this page helpful?