update_ad_group
Modify an existing ad group's settings such as name, status, bid, network, or tracking by specifying only the fields to update.
Instructions
Update an existing ad group in place. Only the fields you pass change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New ad group name (rename). | |
| status | No | "Active" or "Paused". | |
| cpc_bid | No | New default CPC bid in account currency. | |
| network | No | Ad distribution (where the ad group serves). "OwnedAndOperatedAndSyndicatedSearch" = the entire Microsoft Advertising Network; "OwnedAndOperatedOnly" = Microsoft sites and select traffic (a quality-screened partner subset). Read the current value from get_ad_groups. | |
| ad_group_id | Yes | The ad group id. | |
| campaign_id | Yes | The parent campaign id (required by Microsoft to update an ad group). | |
| final_url_suffix | No | Final URL suffix appended to landing-page URLs. | |
| tracking_url_template | No | Tracking template for URLs in the ad group. | |
| url_custom_parameters | No | {key: value} URL custom parameters, referenced in templates/suffixes as {_key}. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| ids | No | ||
| message | Yes | ||
| partial_errors | No |