傳回與特定每日指標相關聯的指定時間範圍內的每個日期值。
要求範例:GET
https://businessprofileperformance.googleapis.com/v1/locations/12345:getDailyMetricsTimeSeries?dailyMetric=WEBSITE_CLICKS&dailyRange.start_date.year=2022&dailyRange.start_date.month=1&dailyRange.start_date.day=1&dailyRange.end_date.year=2022&dailyRange.end_date.month=3&dailyRange.end_date.day=31
HTTP 要求
GET https://businessprofileperformance.googleapis.com/v1/{name=locations/*}:getDailyMetricsTimeSeries
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 | |
---|---|
name |
必要欄位。要擷取時間序列的位置。格式:locations/{locationId},其中 locationId 是未模糊處理的商家資訊 ID。 |
查詢參數
參數 | |
---|---|
dailyMetric |
必要欄位。要擷取時間序列的指標。 |
dailyRange |
必要欄位。要擷取時間序列的時間範圍。 |
dailySubEntityType |
選用設定。時間序列相關的子實體類型和 ID。目前支援的 DailyMetrics = NONE。 |
要求主體
要求主體必須為空白。
回應主體
代表 locations.getDailyMetricsTimeSeries 的回應。
如果成功,回應主體會含有以下結構的資料:
JSON 表示法 |
---|
{
"timeSeries": {
object ( |
欄位 | |
---|---|
timeSeries |
每日時間序列。 |
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/business.manage
詳情請參閱 OAuth 2.0 總覽。