Every new line item needs to declare whether or not they will serve Eurpoean Union (EU) political ads. Display & Video 360 API and SDF uploads that don't provide declarations will fail. See our
deprecations page for more details.
Method: advertisers.negativeKeywordLists.list
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
HTTP 请求
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/negativeKeywordLists
网址采用 gRPC 转码语法。
路径参数
参数 |
advertiserId |
string (int64 format)
必需。所提取的否定关键字列表所属的 DV360 广告客户的 ID。
|
查询参数
参数 |
pageSize |
integer
请求的页面大小。 必须介于 1 和 200 之间。如果未设置,则默认为 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 Overview。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-09-10。
[null,null,["最后更新时间 (UTC):2025-09-10。"],[],["This document outlines the process to list negative keyword lists for a specific advertiser. It uses a `GET` HTTP request to the provided URL, including a required `advertiserId` path parameter. Optional query parameters, `pageSize` and `pageToken`, allow for pagination. The request body must be empty. The response contains a list of negative keyword lists and a `nextPageToken` for pagination, formatted as a JSON representation. Requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"],null,[]]