update_ad_url
Change an existing ad's click-through URL by providing a full replacement URL or setting query parameters like UTM values. Updates take effect immediately on live ads.
Instructions
Change an existing ad's click-through URL. Pass a full replacement click_url, or set_query_params to rewrite individual query params (e.g. UTMs) while preserving the rest. Echoes old -> new. On a live ad, paid traffic goes to the new URL immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_id | Yes | Ad id. | |
| click_url | No | Full replacement click-through URL. | |
| set_query_params | No | Query params to set or overwrite on the URL, e.g. {"utm_content": "v2"}. |