---
title: "GET /v1/{+location}:fetchMultiDailyMetricsTimeSeries"
method: GET
path: "/v1/{+location}:fetchMultiDailyMetricsTimeSeries"
tags: ["locations"]
---

# GET /v1/{+location}:fetchMultiDailyMetricsTimeSeries

`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`

## Path parameters

- `location` string, required

## Query parameters

- `dailyMetrics` string[]
- `dailyRange.endDate.day` integer
- `dailyRange.endDate.month` integer
- `dailyRange.endDate.year` integer
- `dailyRange.startDate.day` integer
- `dailyRange.startDate.month` integer
- `dailyRange.startDate.year` integer

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/businessprofileperformance.md) · [All operations](https://skmtc.dev/google/apis/businessprofileperformance/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/businessprofileperformance/revisions/69f3793cf7e1/schema)
