google_ads_local_performance
Get performance metrics for Local campaigns: impressions, clicks, conversions, cost. Filter by campaign ID and date range to analyze local ad performance.
Instructions
Get performance metrics for Local campaigns.
Retrieves key performance indicators for local campaigns including impressions, clicks, conversions, and cost data.
Args: customer_id: Google Ads customer ID (10 digits, no hyphens) campaign_id: Optional campaign ID to filter (returns all if not specified) date_range: Date range - LAST_7_DAYS, LAST_30_DAYS, LAST_90_DAYS, etc.
Returns: Dictionary with local campaign performance data including: - campaigns: List of campaign metrics - total_campaigns: Number of local campaigns
Example:
Get performance for all local campaigns in the last 30 days:
google_ads_local_performance(
customer_id="1234567890",
date_range="LAST_30_DAYS"
)
Metrics Included: - Impressions: Ad views - Clicks: User clicks - CTR: Click-through rate - Cost: Total spend - Conversions: Local actions (visits, calls, directions) - Conversion Value: Value of conversions - View-Through Conversions: Conversions after viewing (no click)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| campaign_id | No | ||
| date_range | No | LAST_30_DAYS |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |