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

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

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

Creates, updates, or removes shared sets. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [DateError]() [DistinctError]() [FieldError]() [FieldMaskError]() [HeaderError]() [IdError]() [InternalError]() [MutateError]() [NewResourceCreationError]() [NotEmptyError]() [NullError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [ResourceCountLimitExceededError]() [SharedSetError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesMutateSharedSetsRequest — Request message for SharedSetService.MutateSharedSets.
  - `operations` GoogleAdsSearchads360V23ServicesSharedSetOperation[] — Required. The list of operations to perform on individual shared sets.
    - `create` GoogleAdsSearchads360V23ResourcesSharedSet — SharedSets are used for sharing criterion exclusions across multiple campaigns.
      - `id` string, int64 — Output only. The ID of this shared set. Read only.
      - `memberCount` string, int64 — Output only. The number of shared criteria within this shared set. Read only.
      - `referenceCount` string, int64 — Output only. The number of campaigns associated with this shared set. Read only.
      - `resourceName` string — Immutable. The resource name of the shared set. Shared set resource names have the form: `customers/{customer_id}/sharedSets/{shared_set_id}`
      - `verticalAdsItemVerticalType` 'UNSPECIFIED' | 'UNKNOWN' | 'HOTELS' | 'VACATION_RENTALS' | 'RENTAL_CARS' | 'EVENTS' | 'THINGS_TO_DO' | 'FLIGHTS' — Immutable. Shared sets of type VERTICAL_ADS_ITEM_GROUP_RULE_LIST are associated with a particular vertical (e.g. hotels, things to do, flights, etc.). This field is required for shared sets of type VERTICAL_ADS_ITEM_GROUP_RULE_LIST.
      - `name` string — The name of this shared set. Required. Shared Sets must have names that are unique among active shared sets of the same type. The length of this string should be between 1 and 255 UTF-8 bytes, inclusive.
      - `type` 'UNSPECIFIED' | 'UNKNOWN' | 'NEGATIVE_KEYWORDS' | 'NEGATIVE_PLACEMENTS' | 'ACCOUNT_LEVEL_NEGATIVE_KEYWORDS' | 'BRANDS' | 'WEBPAGES' | 'VERTICAL_ADS_ITEM_GROUP_RULE_LIST' — Immutable. The type of this shared set: each shared set holds only a single kind of resource. Required. Immutable.
      - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'ENABLED' | 'REMOVED' — Output only. The status of this shared set. Read only.
    - `update` GoogleAdsSearchads360V23ResourcesSharedSet — SharedSets are used for sharing criterion exclusions across multiple campaigns.
      - `id` string, int64 — Output only. The ID of this shared set. Read only.
      - `memberCount` string, int64 — Output only. The number of shared criteria within this shared set. Read only.
      - `referenceCount` string, int64 — Output only. The number of campaigns associated with this shared set. Read only.
      - `resourceName` string — Immutable. The resource name of the shared set. Shared set resource names have the form: `customers/{customer_id}/sharedSets/{shared_set_id}`
      - `verticalAdsItemVerticalType` 'UNSPECIFIED' | 'UNKNOWN' | 'HOTELS' | 'VACATION_RENTALS' | 'RENTAL_CARS' | 'EVENTS' | 'THINGS_TO_DO' | 'FLIGHTS' — Immutable. Shared sets of type VERTICAL_ADS_ITEM_GROUP_RULE_LIST are associated with a particular vertical (e.g. hotels, things to do, flights, etc.). This field is required for shared sets of type VERTICAL_ADS_ITEM_GROUP_RULE_LIST.
      - `name` string — The name of this shared set. Required. Shared Sets must have names that are unique among active shared sets of the same type. The length of this string should be between 1 and 255 UTF-8 bytes, inclusive.
      - `type` 'UNSPECIFIED' | 'UNKNOWN' | 'NEGATIVE_KEYWORDS' | 'NEGATIVE_PLACEMENTS' | 'ACCOUNT_LEVEL_NEGATIVE_KEYWORDS' | 'BRANDS' | 'WEBPAGES' | 'VERTICAL_ADS_ITEM_GROUP_RULE_LIST' — Immutable. The type of this shared set: each shared set holds only a single kind of resource. Required. Immutable.
      - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'ENABLED' | 'REMOVED' — Output only. The status of this shared set. Read only.
    - `updateMask` string, google-fieldmask — FieldMask that determines which resource fields are modified in an update.
    - `remove` string — Remove operation: A resource name for the removed shared set is expected, in this format: `customers/{customer_id}/sharedSets/{shared_set_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.
  - `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.

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