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, remove, update) on an ad group bid modifier.
JSON representation
{"updateMask": string,// Union field operation can be only one of the following:"create": {object (AdGroupBidModifier)},"update": {object (AdGroupBidModifier)},"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, remove, or update) on an ad group bid modifier within Google Ads."],["The operation is represented in JSON format, requiring a `updateMask` field and an `operation` field."],["The `operation` field can be one of `create`, `update`, or `remove`, each with specific requirements for the ad group bid modifier resource."],["Each operation type (`create`, `update`, `remove`) uses specific data structures and field formats as detailed in the table."],["Resources are identified and managed using unique resource names, particularly for `update` and `remove` operations."]]],["The core content details operations on an ad group bid modifier. These operations include `create`, `update`, and `remove`. The `updateMask` field specifies which fields are modified during an update. The `create` operation expects no resource name; `update` requires a valid resource name; and `remove` needs a resource name with the customer and criterion identifiers. Only one of these operations can be used at a time.\n"]]