Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
Method: locations.patch
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-01 (世界標準時間)。
[null,null,["上次更新時間:2023-12-01 (世界標準時間)。"],[[["This documentation outlines how to update a specified location using a `PATCH` request to the Google My Business Business Information API."],["The request requires specifying the location's name as a path parameter and utilizes query parameters like `updateMask` for field-specific updates and `validateOnly` for request validation."],["The request body should contain a `Location` object with the desired updates, and a successful response will return the updated `Location` object."],["Authorization for this operation necessitates the `https://www.googleapis.com/auth/business.manage` OAuth scope."]]],["This documentation details updating a location using a PATCH request to `https://mybusinessbusinessinformation.googleapis.com/v1/{location.name=locations/*}`. The `location.name` path parameter specifies the location to update. `updateMask` and `validateOnly` are query parameters to define fields to update and request validation. The request and response bodies use the `Location` instance. The authorization scope `https://www.googleapis.com/auth/business.manage` is required. This process involves updating specified fields of a location resource.\n"]]