google_ads_store_visits
Retrieve store visit conversion data from Local campaigns to measure how ad interactions lead to physical store visits. Filter by campaign and date range.
Instructions
Get store visit conversion data for Local campaigns.
Retrieves detailed store visit conversion metrics. Store visits are tracked when users who saw or clicked an ad subsequently visit a physical location.
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 store visit data including: - campaigns: List of campaigns with store visit conversions - total_store_visits: Total store visits across all campaigns - total_value: Total value of store visits - has_data: Whether any store visit data is available
Example:
Get store visit conversions for all local campaigns:
google_ads_store_visits(
customer_id="1234567890",
date_range="LAST_30_DAYS"
)
Important Notes: - Requires Google My Business integration - Store visit data takes 4-6 weeks to accumulate - Uses probabilistic modeling based on location services - Aggregated and anonymized data for privacy
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 |