google_ads_auto_apply_safe_recommendations
Automatically apply low-risk Google Ads recommendations like keyword match upgrades and responsive search ad suggestions. Use dry_run to preview changes before applying.
Instructions
Auto-apply low-risk, high-impact recommendations.
This tool identifies "safe" recommendations that are unlikely to negatively impact performance and applies them automatically. Safe recommendations include:
Keyword match type upgrades (exact → phrase → broad)
Responsive search ad suggestions
Search partners opt-in
Optimize ad rotation
Higher risk recommendations (budget increases, bidding strategy changes) are excluded and should be reviewed manually.
Args: customer_id: Customer ID (without hyphens) dry_run: If True, shows what would be applied without actually applying (default: True)
Returns: List of recommendations that were (or would be) applied
Example: # Preview what would be applied google_ads_auto_apply_safe_recommendations( customer_id="1234567890", dry_run=True )
# Actually apply the recommendations
google_ads_auto_apply_safe_recommendations(
customer_id="1234567890",
dry_run=False
)Warning: Even "safe" recommendations can impact performance. Use dry_run=True first to review what would be applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |