Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
A single operation (create, update, remove) on a Keyword Plan campaign keyword.
JSON representation
{"updateMask": string,// Union field operation can be only one of the following:"create": {object (KeywordPlanCampaignKeyword)},"update": {object (KeywordPlanCampaignKeyword)},"remove": string// End of list of possible types for union field operation.}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["This documentation outlines the JSON structure for managing Keyword Plan campaign keywords in Google Ads."],["It supports three operations: creating, updating, and removing keywords."],["Each operation uses a specific format within the JSON structure, detailed in the table."],["Operations require a `FieldMask` to specify modified fields during updates and resource names for removal."]]],["This outlines operations on a Keyword Plan campaign keyword, allowing for creation, updating, or removal. The `updateMask` field specifies which fields to modify during an update. The `operation` field, a union, defines the action: `create` adds a new keyword, `update` modifies an existing one (requiring a resource name), and `remove` deletes a keyword, specified by its resource name in a predefined format.\n"]]