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 a campaign bid modifier.
JSON representation
{"updateMask": string,// Union field operation can be only one of the following:"create": {object (CampaignBidModifier)},"update": {object (CampaignBidModifier)},"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 2024-10-11 UTC."],[[["This documentation describes the JSON format for performing operations (create, update, remove) on a single campaign bid modifier within Google Ads."],["Operations can be specified using the `operation` field, which accepts either a `create`, `update`, or `remove` value."],["Creating a new bid modifier doesn't require a resource name, while updating requires a valid resource name, and removing needs the resource name of the bid modifier to be removed."],["A `fieldMask` can be provided to specify which fields of the campaign bid modifier should be modified during an update operation."]]],[]]