Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
REST Resource: googleLocations
資源:GoogleLocation
代表 Google 中顯示的 Location
。例如使用者或他人已聲明擁有權,或是可能未聲明擁有權。
JSON 表示法 |
{
"name": string,
"location": {
object (Location )
},
"requestAdminRightsUrl": string
} |
欄位 |
name |
string
此 GoogleLocation 的資源名稱,格式為 googleLocations/{googleLocationId} 。
|
location |
object (Location )
幾乎填入的 Location 資訊。如果使用者尚未聲明這個欄位的擁有權,則可在 locations.create 中重複使用。
|
requestAdminRightsUrl |
string
這個網址會將使用者重新導向至要求的管理員權限使用者介面。只有在任何使用者 (包括目前的使用者) 已聲明該營業地點的情況下,才會顯示這個欄位。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-20 (世界標準時間)。
[null,null,["上次更新時間:2024-08-20 (世界標準時間)。"],[[["GoogleLocation represents a Location on Google, which can have different ownership statuses (claimed by the user, someone else, or unclaimed)."],["It includes essential information like name, location details, and a URL for requesting admin rights if the location is already claimed."],["GoogleLocation resource allows for actions like reporting a location and searching for matching locations based on criteria."],["The `location` field within GoogleLocation can be reused for creating new locations if it's currently unclaimed."]]],[]]