google_ads_bulk_apply_recommendations
Apply multiple Google Ads recommendations in a single operation to efficiently implement optimizations. Review recommendations carefully before bulk applying to ensure changes are intended.
Instructions
Apply multiple recommendations at once.
This is useful for applying several recommendations efficiently in a single operation.
Args: customer_id: Customer ID (without hyphens) recommendation_resource_names: List of recommendation resource names to apply
Returns: Success message with count of applied recommendations
Example: google_ads_bulk_apply_recommendations( customer_id="1234567890", recommendation_resource_names=[ "customers/1234567890/recommendations/12345", "customers/1234567890/recommendations/12346", "customers/1234567890/recommendations/12347" ] )
Warning: This will make changes to your account. Review all recommendations carefully before applying in bulk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| recommendation_resource_names | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |