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 概览