REST Resource: advertisers.negativeKeywordLists
资源:NegativeKeywordList
JSON 表示法 |
{
"name": string,
"negativeKeywordListId": string,
"displayName": string,
"advertiserId": string,
"targetedLineItemCount": string
} |
字段 |
name |
string
仅限输出。否定关键字列表的资源名称。
|
negativeKeywordListId |
string (int64 format)
仅限输出。否定关键字列表的唯一 ID。由系统分配。
|
displayName |
string
必需。否定关键字列表的显示名称。必须采用 UTF-8 编码,大小不得超过 255 字节。
|
advertiserId |
string (int64 format)
仅限输出。否定关键字列表所属广告客户的唯一 ID。
|
targetedLineItemCount |
string (int64 format)
仅限输出。直接定位到此否定关键字列表的订单项数量。
|
方法 |
|
创建新的否定关键字列表。 |
|
根据广告客户 ID 和否定关键字列表 ID 删除否定关键字列表。 |
|
在指定广告客户 ID 和否定关键字列表 ID 的情况下,获取否定关键字列表。 |
|
根据指定的广告客户 ID 列出否定关键字列表。 |
|
更新否定关键字列表。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-07。
[null,null,["最后更新时间 (UTC):2024-11-07。"],[[["NegativeKeywordList is a resource that allows advertisers to define a list of negative keywords for targeting purposes."],["It includes fields like name, negativeKeywordListId, displayName, advertiserId, and targetedLineItemCount, providing information about the list and its usage."],["You can manage negative keyword lists using methods like create, delete, get, list, and patch to control how your ads are targeted."]]],[]]