Multiple daily metrics at once
fetch_multi_daily_metricsRetrieve daily performance metrics for multiple Google Business metrics in one call, saving API quota by eliminating repeated requests.
Instructions
Returns daily time series for SEVERAL performance metrics of a location in one call — same data as get_daily_metrics, but batched. Response: multiDailyMetricTimeSeries[].dailyMetricTimeSeries[] of {dailyMetric, timeSeries.datedValues[]}; values are int64 strings. Prefer this over several get_daily_metrics calls to save quota. 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). | |
| dailyMetrics | Yes | The metrics to fetch (one or more). |