Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
KeywordPlanCampaignKeyword
A Keyword Plan Campaign keyword. Only negative keywords are supported for Campaign Keyword.
Fields |
resource_name
|
string
Immutable. The resource name of the Keyword Plan Campaign keyword. KeywordPlanCampaignKeyword resource names have the form: customers/{customer_id}/keywordPlanCampaignKeywords/{kp_campaign_keyword_id}
|
match_type
|
KeywordMatchType
The keyword match type.
|
keyword_plan_campaign
|
string
The Keyword Plan campaign to which this negative keyword belongs.
|
id
|
int64
Output only. The ID of the Keyword Plan negative keyword.
|
text
|
string
The keyword text.
|
negative
|
bool
Immutable. If true, the keyword is negative. Must be set to true. Only negative campaign keywords are supported.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["Keyword Plan Campaign keywords only support negative keywords, indicated by setting the `negative` field to true."],["These keywords are associated with a specific Keyword Plan campaign, identified by the `keyword_plan_campaign` field."],["The `match_type` field specifies how the keyword should be matched to search queries."],["Each keyword has a unique resource name (`resource_name`), ID (`id`), and keyword text (`text`)."]]],["The provided content describes the structure of a Keyword Plan Campaign keyword, specifically for negative keywords. Key information includes: resource name format, keyword match type, associated Keyword Plan campaign, a unique ID, and the keyword text. The content specifies that only negative keywords are supported, indicated by a mandatory `negative` field set to `true`. This means these keywords are used to exclude searches from campaigns.\n"]]