google_ads_wasted_spend_analysis
Analyze Google Ads campaigns to find wasted spend from high-cost keywords without conversions, poor match types, and inefficient patterns, providing actionable recommendations.
Instructions
Identify sources of wasted ad spend and optimization opportunities.
Analyzes:
Keywords with high cost but no conversions
Poor match type usage
Inefficient spending patterns
Specific recommendations to reduce waste
Args: customer_id: Google Ads customer ID (10 digits, no hyphens) date_range: Date range for analysis (LAST_7_DAYS, LAST_30_DAYS, LAST_90_DAYS) min_cost: Minimum cost threshold for analysis (default: $10)
Returns: Wasted spend analysis with actionable recommendations
Example: google_ads_wasted_spend_analysis( customer_id="1234567890", date_range="LAST_30_DAYS", min_cost=20.0 )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| date_range | No | LAST_30_DAYS | |
| min_cost | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |