Method: advertisers.negativeKeywordLists.list

根据指定广告客户 ID 列出否定关键字列表。

HTTP 请求

GET https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/negativeKeywordLists

网址采用 gRPC 转码语法。

路径参数

参数
advertiserId

string (int64 format)

必需。已提取的否定关键字列表所属的 DV360 广告客户的 ID。

查询参数

参数
pageSize

integer

请求的页面大小。必须介于 1200 之间。如果未设置,则默认为 100。如果指定了无效值,则返回错误代码 INVALID_ARGUMENT

pageToken

string

标识服务器应返回的结果页面的令牌。

通常,这是上一次调用 negativeKeywordLists.list 方法时返回的 nextPageToken 值。如果未指定,将返回第一页结果。

请求正文

请求正文必须为空。

响应正文

如果成功,响应正文将包含结构如下的数据:

NegativeKeywordListService.ListNegativeKeywordLists 的响应消息。

JSON 表示法
{
  "negativeKeywordLists": [
    {
      object (NegativeKeywordList)
    }
  ],
  "nextPageToken": string
}
字段
negativeKeywordLists[]

object (NegativeKeywordList)

否定关键字列表的列表。

如果为空,则不会显示此列表。

nextPageToken

string

用于检索下一页结果的令牌。

在后续调用 negativeKeywordLists.list 方法时,将此值传入 pageToken 字段,以检索下一页结果。

授权范围

需要以下 OAuth 作用域:

  • https://www.googleapis.com/auth/display-video

有关详情,请参阅 OAuth 2.0 概览