Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
REST Resource: accounts.invitations
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:邀請
JSON 表示法 |
{
"name": string,
"role": enum (AdminRole ),
// Union field target can be only one of the following:
"targetAccount": {
object (Account )
},
"targetLocation": {
object (TargetLocation )
}
// End of list of possible types for union field target .
} |
欄位 |
name |
string
邀請的資源名稱。
|
role |
enum (AdminRole )
帳戶中的受邀角色。
|
聯集欄位 target 。指出這項邀請的目標。target 只能是下列其中一項: |
targetAccount |
object (Account )
此邀請的人口稀少的帳戶。
|
targetLocation |
object (TargetLocation )
這項邀請的目標地區。
|
TargetLocation
JSON 表示法 |
{
"locationName": string,
"locationAddress": string
} |
欄位 |
locationName |
string
使用者受邀的地點名稱。
|
locationAddress |
string
使用者受邀的地點地址。
|
方法 |
accept (deprecated)
|
接受指定的邀請。 |
|
拒絕指定的邀請。 |
list (deprecated)
|
列出指定帳戶的待回覆邀請。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-20 (世界標準時間)。
[[["容易理解","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-08-20 (世界標準時間)。"],[[["This documentation details the 'Invitation' resource, which represents a pending invitation to a Google Business Profile account or location."],["Invitations specify a role for the invitee and the target account or location."],["A `TargetLocation` object is used when the invitation is for a specific location within a business account, providing the location's name and address."],["The available methods (accept, decline, list) for managing invitations are deprecated."]]],[]]