get_campaign
Retrieve a campaign by its ID. Includes normalized serving issues to identify what blocks ad delivery.
Instructions
Fetch one campaign by id, with serving_issues normalized to a list.
serving_issues is undocumented and returned by by-id reads only (list endpoints omit
it); it is empty when nothing blocks delivery. A campaign has no parent, so there is
nothing to derive — its issues are whatever the API reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| description | No | ||
| status | No | ||
| bidding_type | No | ||
| start_time | No | ||
| end_time | No | ||
| budget | No | ||
| targeting | No | ||
| serving_issues | No | ||
| created_at | No | ||
| updated_at | No |