---
title: "POST /v23/customers/{+customerId}/conversionValueRuleSets:mutate"
method: POST
path: "/v23/customers/{+customerId}/conversionValueRuleSets:mutate"
tags: ["customers"]
---

# POST /v23/customers/{+customerId}/conversionValueRuleSets:mutate

`POST /v23/customers/{+customerId}/conversionValueRuleSets:mutate`

Creates, updates or removes conversion value rule sets. Operation statuses are returned.

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesMutateConversionValueRuleSetsRequest — Request message for ConversionValueRuleSetService.MutateConversionValueRuleSets.
  - `partialFailure` boolean — If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. Default is false.
  - `validateOnly` boolean — If true, the request is validated but not executed. Only errors are returned, not results.
  - `operations` GoogleAdsSearchads360V23ServicesConversionValueRuleSetOperation[] — Required. The list of operations to perform on individual conversion value rule sets.
    - `create` GoogleAdsSearchads360V23ResourcesConversionValueRuleSet — A conversion value rule set is a collection of conversion value rules that lets you adjust conversion values based on the dimensions specified in the `dimensions` field.
      - `ownerCustomer` string — Output only. The resource name of the conversion value rule set's owner customer. When the value rule set is inherited from a manager customer, owner_customer will be the resource name of the manager whereas the customer in the resource_name will be of the requesting serving customer. ** Read-only **
      - `resourceName` string — Immutable. The resource name of the conversion value rule set. Conversion value rule set resource names have the form: `customers/{customer_id}/conversionValueRuleSets/{conversion_value_rule_set_id}`
      - `conversionActionCategories` string[] — Immutable. The conversion action categories of the conversion value rule set.
      - `id` string, int64 — Output only. The ID of the conversion value rule set.
      - `conversionValueRules` string[] — Resource names of rules within the rule set.
      - `campaign` string — The resource name of the campaign when the conversion value rule set is attached to a campaign.
      - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'ENABLED' | 'REMOVED' | 'PAUSED' — Output only. The status of the conversion value rule set. ** Read-only **
      - `attachmentType` 'UNSPECIFIED' | 'UNKNOWN' | 'CUSTOMER' | 'CAMPAIGN' — Immutable. Defines the scope where the conversion value rule set is attached.
      - `dimensions` string[] — Defines dimensions for Value Rule conditions. The condition types of value rules within this value rule set must be of these dimensions. The first entry in this list is the primary dimension of the included value rules. When using value rule primary dimension segmentation, conversion values will be segmented into the values adjusted by value rules and the original values, if some value rules apply.
    - `update` GoogleAdsSearchads360V23ResourcesConversionValueRuleSet — A conversion value rule set is a collection of conversion value rules that lets you adjust conversion values based on the dimensions specified in the `dimensions` field.
      - `ownerCustomer` string — Output only. The resource name of the conversion value rule set's owner customer. When the value rule set is inherited from a manager customer, owner_customer will be the resource name of the manager whereas the customer in the resource_name will be of the requesting serving customer. ** Read-only **
      - `resourceName` string — Immutable. The resource name of the conversion value rule set. Conversion value rule set resource names have the form: `customers/{customer_id}/conversionValueRuleSets/{conversion_value_rule_set_id}`
      - `conversionActionCategories` string[] — Immutable. The conversion action categories of the conversion value rule set.
      - `id` string, int64 — Output only. The ID of the conversion value rule set.
      - `conversionValueRules` string[] — Resource names of rules within the rule set.
      - `campaign` string — The resource name of the campaign when the conversion value rule set is attached to a campaign.
      - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'ENABLED' | 'REMOVED' | 'PAUSED' — Output only. The status of the conversion value rule set. ** Read-only **
      - `attachmentType` 'UNSPECIFIED' | 'UNKNOWN' | 'CUSTOMER' | 'CAMPAIGN' — Immutable. Defines the scope where the conversion value rule set is attached.
      - `dimensions` string[] — Defines dimensions for Value Rule conditions. The condition types of value rules within this value rule set must be of these dimensions. The first entry in this list is the primary dimension of the included value rules. When using value rule primary dimension segmentation, conversion values will be segmented into the values adjusted by value rules and the original values, if some value rules apply.
    - `remove` string — Remove operation: A resource name for the removed conversion value rule set is expected, in this format: `customers/{customer_id}/conversionValueRuleSets/{conversion_value_rule_set_id}`
    - `updateMask` string, google-fieldmask — FieldMask that determines which resource fields are modified in an update.
  - `responseContentType` 'UNSPECIFIED' | 'RESOURCE_NAME_ONLY' | 'MUTABLE_RESOURCE' — The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/searchads360.md) · [All operations](https://skmtc.net/google/apis/searchads360/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/searchads360/versions/40d087435afd/schema)
