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 ad group.
JSON representation
{"updateMask": string,// Union field operation can be only one of the following:"create": {object (KeywordPlanAdGroup)},"update": {object (KeywordPlanAdGroup)},"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 page documents a single operation (create, update, or remove) on a Keyword Plan ad group within Google Ads."],["Operations are specified using a JSON payload with an `operation` field indicating the action type and associated data."],["For `create`, a new Keyword Plan ad group object is provided without a resource name."],["`update` requires a Keyword Plan ad group object with a valid resource name and `updateMask` for specifying modified fields."],["`remove` expects the resource name of the Keyword Plan ad group to be deleted."]]],["The JSON structure represents a single operation on a Keyword Plan ad group, which can be a `create`, `update`, or `remove` action. The `updateMask` field specifies which fields to modify during an update. For a `create` operation, no resource name is needed. An `update` requires a valid resource name, while a `remove` requires the resource name of the ad group to be deleted, in the prescribed format. The 'operation' union field determines the type of the action.\n"]]