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 conversion value rule set.
JSON representation
{"updateMask": string,// Union field operation can be only one of the following:"create": {object (ConversionValueRuleSet)},"update": {object (ConversionValueRuleSet)},"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 conversion value rule set within Google Ads."],["The operation is defined using a JSON payload with a `updateMask` and an `operation` field."],["The `operation` field can be one of `create`, `update`, or `remove`, specifying the desired action and providing corresponding data."],["Resource names are required for `update` and `remove` operations, while `create` operations do not require them."]]],["The provided content describes actions on a conversion value rule set. These actions include creating, updating, or removing a rule set. When updating, `updateMask` specifies which fields are modified. For creation, no resource name is needed. Updates require a valid resource name. Removal requires a resource name in the format `customers/{customerId}/conversionValueRuleSets/{conversion_value_rule_set_id}`. The operation can only be one of the create, update or remove.\n"]]