Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
Method: accounts.create
在指定父項底下以指定名稱和類型建立帳戶。
- 無法建立個人帳戶和機構。
- 無法建立使用者群組,以個人帳戶做為主要擁有者。
- 如果個人帳戶隸屬於機構,則無法以個人帳戶的主要擁有者建立地區群組。
- 營業地點群組不得擁有營業地點群組。
HTTP 要求
POST https://mybusiness.googleapis.com/v4/accounts
這個網址使用 gRPC 轉碼語法。
查詢參數
參數 |
primaryOwner |
string
帳戶的資源名稱,將是所建立帳戶的主要擁有者。格式應為 accounts/{accountId}/ 。
|
回應主體
如果成功,回應主體會包含新建立的 Account
例項。
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
詳情請參閱 OAuth 2.0 總覽。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-01 (世界標準時間)。
[null,null,["上次更新時間:2023-12-01 (世界標準時間)。"],[[["This endpoint creates a new Google My Business account with a specified name, type, and primary owner, but Personal accounts and Organizations cannot be created directly."],["Location Groups have ownership restrictions, preventing creation by Personal accounts under certain conditions or ownership of other Location Groups."],["The request requires specifying the primary owner's account ID and the account details in the request body, using the `POST` method with the provided URL."],["Successful requests return the newly created account details, while authorization requires specific OAuth scopes for account management."],["This endpoint is deprecated and Google recommends using the Account Management API instead for creating accounts."]]],[]]