Method: advertisers.negativeKeywordLists.list

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

HTTP 请求

GET https://displayvideo.googleapis.com/v3/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 概览