google_ads_get_recommendations
Retrieve AI-powered optimization recommendations from Google Ads to improve campaign performance, including keyword additions, budget increases, and bidding strategy changes.
Instructions
Get optimization recommendations from Google Ads.
Google's AI analyzes your account and suggests specific optimizations to improve performance. Recommendations can include keyword additions, budget increases, bidding strategy changes, and more.
Args: customer_id: Customer ID (without hyphens) recommendation_types: Optional list of recommendation types to filter (e.g., ["KEYWORD", "CAMPAIGN_BUDGET", "TARGET_CPA_OPT_IN"]) campaign_id: Optional campaign ID to filter recommendations response_format: Output format (markdown or json)
Returns: List of recommendations with projected impact
Example: google_ads_get_recommendations( customer_id="1234567890", recommendation_types=["KEYWORD", "CAMPAIGN_BUDGET"] )
Common Recommendation Types:
KEYWORD: Add new keywords
CAMPAIGN_BUDGET: Increase budget
TARGET_CPA_OPT_IN: Switch to Target CPA bidding
TARGET_ROAS_OPT_IN: Switch to Target ROAS bidding
RESPONSIVE_SEARCH_AD: Create responsive search ads
KEYWORD_MATCH_TYPE: Change keyword match types
USE_BROAD_MATCH_KEYWORD: Use broad match keywords
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| recommendation_types | No | ||
| campaign_id | No | ||
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |