注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
KeywordPlanCampaignKeyword
关键字方案广告系列关键字。广告系列关键字仅支持否定关键字。
JSON 表示法 |
{
"resourceName": string,
"matchType": enum (KeywordMatchType ),
"keywordPlanCampaign": string,
"id": string,
"text": string,
"negative": boolean
} |
字段 |
resourceName |
string
不可变。关键字方案广告系列关键字的资源名称。KeywordPlanCampaignKeyword 资源名称的格式如下: customers/{customerId}/keywordPlanCampaignKeywords/{kp_campaign_keyword_id}
|
matchType |
enum (KeywordMatchType )
关键字匹配类型。
|
keywordPlanCampaign |
string
此否定关键字所属的关键字方案广告系列。
|
id |
string (int64 format)
仅限输出。关键字方案否定关键字的 ID。
|
text |
string
关键字文字。
|
negative |
boolean
不可变。如果值为 true,则关键字为否定值。必须设置为 true。仅支持广告系列否定关键字。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-23。
[null,null,["最后更新时间 (UTC):2024-10-23。"],[[["Keyword Plan Campaign keywords only support negative keywords, which are used to exclude search terms from your campaigns."],["Each keyword is defined by its match type, the campaign it belongs to, an ID, the keyword text itself, and a flag indicating its negative status."],["The keyword data is structured in JSON format with specific fields for resource name, match type, campaign, ID, text, and negativity."],["Negative keywords in Keyword Plan Campaigns help refine targeting by preventing ads from showing on irrelevant searches, ultimately improving campaign performance."]]],[]]