update_campaign
Update an existing campaign's name, description, status, budget limits, and country targeting. Budget and targeting are replaced entirely when supplied.
Instructions
Update a campaign. Budget and targeting are full-object replaces when provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | ||
| name | No | ||
| description | No | ||
| status | No | ||
| daily_spend_limit_micros | No | ||
| lifetime_spend_limit_micros | No | ||
| country_codes | No |
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 |