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-02-25。
[null,null,["最后更新时间 (UTC):2025-02-25。"],[[["Lists negative keyword lists associated with a specific Display & Video 360 advertiser ID."],["Allows for pagination with customizable page size and tokens for retrieving subsequent result pages."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["The response includes an array of negative keyword lists and a token for fetching the next page if available."],["Employs gRPC Transcoding for its URL structure and provides detailed parameters and response fields."]]],["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"]]