update_responsive_search_ad
Update specific fields of an existing Responsive Search Ad, such as final URL or ad copy, without recreating the ad.
Instructions
Update an existing Responsive Search Ad in place. Only the fields you pass change.
Use this to repoint a Final URL or refresh copy without recreating the ad.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_id | Yes | The ad id (from get_ads). | |
| path1 | No | New display URL path 1 (max 15 chars). | |
| path2 | No | New display URL path 2 (max 15 chars). | |
| status | No | "Active" or "Paused". | |
| final_url | No | New landing page URL. | |
| headlines | No | Replacement headlines (3-15; truncated to 30 chars each). | |
| ad_group_id | Yes | The parent ad group id. | |
| descriptions | No | Replacement descriptions (2-4; truncated to 90 chars each). | |
| final_url_suffix | No | Final URL suffix appended to landing-page URLs. | |
| tracking_url_template | No | Tracking template for this ad's URLs. | |
| 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 |