Method: customers.listAccessibleCustomers

會傳回驗證呼叫的使用者可直接存取的客戶資源名稱。

擲回錯誤清單:AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError

HTTP 要求

GET https://googleads.googleapis.com/v14/customers:listAccessibleCustomers

這個網址使用 gRPC 轉碼語法。

要求主體

要求主體必須為空白。

回應主體

CustomerService.ListAccessibleCustomers 的回應訊息。

如果成功,回應主體即會包含具有以下結構的資料:

JSON 表示法
{
  "resourceNames": [
    string
  ]
}
欄位
resourceNames[]

string

驗證通話的使用者可直接存取客戶的資源名稱。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/adwords

詳情請參閱 OAuth 2.0 總覽