google_ads_batch_set_ad_group_url_suffixes
Set final URL suffixes for multiple ad groups in a single API call to efficiently manage tracking parameters at scale.
Instructions
Bulk set Final URL suffixes for multiple ad groups in one API call.
Args: customer_id: Customer ID (without hyphens) ad_group_suffixes: JSON string containing array of objects with 'ad_group_id' and 'url_suffix'. Example: [{"ad_group_id": "123", "url_suffix": "sm_kw=bollards"}, {"ad_group_id": "456", "url_suffix": "sm_kw=wheel-stops"}]
Returns: Success message with count of updated ad groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| ad_group_suffixes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |