gmb_performance_locations_fetchmultidailymetricstimeseries
Fetch daily performance metrics for a Google Business Profile location over a specified date range. Returns per-day values for selected metrics like calls, clicks, and impressions to analyze trends.
Instructions
GET v1/{+location}:fetchMultiDailyMetricsTimeSeries. Returns the values for each date from a given time range that are associated with the specific daily metrics. Note: Only daily data is available. Hourly metrics are not supported. Example request: GET https://businessprofileperformance.googleapis.com/v1/locations/12345:fetchMultiDailyMetricsTimeSeries?dailyMetrics=WEBSITE_CLICKS&dailyMetrics=CALL_CLICKS&daily_range.start_date.year=2022&daily_range.start_date.month=1&daily_range.start_date.day=1&daily_range.end_date.year=2022&daily_range.end_date.month=3&daily_range.end_date.day=31
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Selector specifying which fields to include in a partial response. | |
| $.xgafv | No | V1 error format. | |
| location | Yes | Required. The location for which the time series should be fetched. Format: locations/{location_id} where location_id is an unobfuscated listing id. | |
| quotaUser | No | Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. | |
| prettyPrint | No | Returns response with indentations and line breaks. | |
| dailyMetrics | No | Required. The metrics to retrieve time series for. | |
| dailyRange.endDate.day | No | Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant. | |
| dailyRange.endDate.year | No | Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. | |
| dailyRange.endDate.month | No | Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. | |
| dailyRange.startDate.day | No | Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant. | |
| dailyRange.startDate.year | No | Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. | |
| dailyRange.startDate.month | No | Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |