update_campaign
Update campaign properties like name, status, target CPA/ROAS, and dates for a Google Ads account. Specify only fields to change; others remain intact.
Instructions
Update an existing campaign's properties.
Only provided fields will be updated.
Args: customer_id: Google Ads customer ID. campaign_id: Campaign ID to update. name: New campaign name. status: New status -- 'ENABLED', 'PAUSED'. target_cpa: New target CPA (for maximize_conversions with target). target_roas: New target ROAS (for maximize_conversion_value with target). start_date: New start date (YYYY-MM-DD). end_date: New end date (YYYY-MM-DD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| status | No | ||
| end_date | No | ||
| start_date | No | ||
| target_cpa | No | ||
| campaign_id | Yes | ||
| customer_id | Yes | ||
| target_roas | No |