Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
REST Resource: locations.admins
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:Admin
JSON 表示法 |
{
"name": string,
"admin": string,
"account": string,
"role": enum (AdminRole ),
"pendingInvitation": boolean
} |
欄位 |
name |
string
不可變動。資源名稱。如果您是帳戶管理員,請填寫下方表單:accounts/{account_id}/admins/{admin_id} 如果是營業地點管理員,請使用下列格式:locations/{locationId}/admins/{admin_id} 如果在管理員建立過程中設定,系統會忽略這個欄位。
|
admin |
string
選用設定。管理員的名稱。最初發出邀請時,這是邀請對象的電子郵件地址。在 GET 呼叫中,如果邀請仍待處理,系統會傳回使用者的電子郵件地址。否則會包含使用者的姓名。 只有在管理員建立時,才需要設定這個欄位。
|
account |
string
不可變動。管理員參照的帳戶資源名稱。呼叫 location.admins.create 以邀請 LocationGroup 為管理員。 如果 CREATE 要求中同時設定這個欄位和 admin ,則系統會優先採用這個欄位,並忽略 admin 中的電子郵件地址。 格式:accounts/{account} 。
|
role |
enum (AdminRole )
必要欄位。指定這位管理員用於指定帳戶或位置的角色。
|
pendingInvitation |
boolean
僅供輸出。指出此管理員是否有待處理的指定資源的邀請。
|
方法 |
|
邀請指定使用者成為指定地點的管理員。 |
|
移除指定位置的管理員。 |
|
列出指定位置的所有管理員。 |
|
更新指定位置的管理員。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-11 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-09-11 (世界標準時間)。"],[[["An Admin is an administrator of an Account or a location, with an immutable resource name and a role specifying their access level."],["Admins can be invited, removed, listed, and updated for specific locations using provided methods."],["Admin creation requires the `role` field, while optional fields include the admin's name/email and associated account."],["A pending invitation status is indicated for each admin, along with whether it's for an Account or Location."],["Admins for Accounts are in the form `accounts/{account_id}/admins/{admin_id}` and for Locations are in the form `locations/{locationId}/admins/{admin_id}`."]]],[]]