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

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

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

Creates, or removes ad group asset sets. Operation statuses are returned.

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesMutateAdGroupAssetSetsRequest — Request message for AdGroupAssetSetService.MutateAdGroupAssetSets.
  - `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` GoogleAdsSearchads360V23ServicesAdGroupAssetSetOperation[] — Required. The list of operations to perform on individual ad group asset sets.
    - `create` GoogleAdsSearchads360V23ResourcesAdGroupAssetSet — AdGroupAssetSet is the linkage between an ad group and an asset set. Creating an AdGroupAssetSet links an asset set with an ad group.
      - `resourceName` string — Immutable. The resource name of the ad group asset set. Ad group asset set resource names have the form: `customers/{customer_id}/adGroupAssetSets/{ad_group_id}~{asset_set_id}`
      - `adGroup` string — Immutable. The ad group to which this asset set is linked.
      - `assetSet` string — Immutable. The asset set which is linked to the ad group.
      - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'ENABLED' | 'REMOVED' — Output only. The status of the ad group asset set. Read-only.
    - `remove` string — Remove operation: A resource name for the removed ad group asset set is expected, in this format: `customers/{customer_id}/adGroupAssetSets/{ad_group_id}~{asset_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.

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