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.
JSON representation
{"updateMask": string,// Union field operation can be only one of the following:"create": {object (KeywordPlanCampaign)},"update": {object (KeywordPlanCampaign)},"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 describes how to perform a single operation (create, update, or remove) on a Keyword Plan campaign using JSON representation."],["Operations are defined using a JSON payload containing an `updateMask` and an `operation` field specifying the desired action and data."],["The `operation` field can be one of: `create`, for creating a new campaign; `update`, for updating an existing campaign; or `remove`, for deleting a campaign."],["When updating a campaign, the `updateMask` field specifies which fields should be modified."],["When removing a campaign, the JSON payload should contain the resource name of the campaign to be deleted."]]],["This outlines operations on a Keyword Plan campaign using JSON. An `updateMask` specifies which fields are modified. The `operation` field can perform one of three actions: `create`, which creates a new campaign without a resource name; `update`, which modifies an existing campaign, requiring a resource name; or `remove`, which deletes a campaign and requires its resource name in a specific format, including `customerId` and `keywordPlan_campaign_id`.\n"]]