Daily metric time series
get_daily_metricsFetch daily performance metrics for a business location, such as impressions, direction requests, call clicks, website clicks, conversations, bookings, food orders, or menu clicks, over a specified date range.
Instructions
Returns a daily time series for ONE performance metric of a location: impressions by surface (Maps/Search × desktop/mobile), direction requests, call clicks, website clicks, conversations, bookings, food orders or menu clicks. Response: timeSeries.datedValues[] of {date{year,month,day}, value} — value is int64 serialized as a string; a missing value means no data for that day. Metrics for the most recent days are not available immediately (multi-day lag, typically a few days) — empty values near today are normal, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | Range end (inclusive), e.g. 2026-07-31. | |
| startDate | Yes | Range start (inclusive), e.g. 2026-07-01. | |
| locationId | Yes | Location id from list_locations (the unobfuscated listing id; locations/123 also works). | |
| dailyMetric | Yes | The metric to fetch. |