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

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

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

Creates, updates or removes ad group criterion customizers. Operation statuses are returned.

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionCustomizersRequest — Request message for AdGroupCriterionCustomizerService.MutateAdGroupCriterionCustomizers.
  - `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.
  - `operations` GoogleAdsSearchads360V23ServicesAdGroupCriterionCustomizerOperation[] — Required. The list of operations to perform on individual ad group criterion customizers.
    - `create` GoogleAdsSearchads360V23ResourcesAdGroupCriterionCustomizer — A customizer value for the associated CustomizerAttribute at the AdGroupCriterion level.
      - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'ENABLED' | 'REMOVED' — Output only. The status of the ad group criterion customizer.
      - `resourceName` string — Immutable. The resource name of the ad group criterion customizer. Ad group criterion customizer resource names have the form: `customers/{customer_id}/adGroupCriterionCustomizers/{ad_group_id}~{criterion_id}~{customizer_attribute_id}`
      - `adGroupCriterion` string — Immutable. The ad group criterion to which the customizer attribute is linked. It must be a keyword criterion.
      - `value` GoogleAdsSearchads360V23CommonCustomizerValue — A customizer value that is referenced in customizer linkage entities like CustomerCustomizer, CampaignCustomizer, etc.
        - `type` 'UNSPECIFIED' | 'UNKNOWN' | 'TEXT' | 'NUMBER' | 'PRICE' | 'PERCENT' — Required. The data type for the customizer value. It must match the attribute type. The string_value content must match the constraints associated with the type.
        - `stringValue` string — Required. Value to insert in creative text. Customizer values of all types are stored as string to make formatting unambiguous.
      - `customizerAttribute` string — Required. Immutable. The customizer attribute which is linked to the ad group criterion.
    - `remove` string — Remove operation: A resource name for the removed ad group criterion customizer is expected, in this format: `customers/{customer_id}/adGroupCriterionCustomizers/{ad_group_id}~{criterion_id}~{customizer_attribute_id}`
  - `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.
  - `validateOnly` boolean — If true, the request is validated but not executed. Only errors are returned, not results.

## 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)
