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

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

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

Creates or removes asset group signals. Operation statuses are returned.

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesMutateAssetGroupSignalsRequest — Request message for AssetGroupSignalService.MutateAssetGroupSignals.
  - `operations` GoogleAdsSearchads360V23ServicesAssetGroupSignalOperation[] — Required. The list of operations to perform on individual asset group signals.
    - `create` GoogleAdsSearchads360V23ResourcesAssetGroupSignal — AssetGroupSignal represents a signal in an asset group. The existence of a signal tells the performance max campaign who's most likely to convert. Performance Max uses the signal to look for new people with similar or stronger intent to find conversions across Search, Display, Video, and more.
      - `disapprovalReasons` string[] — Output only. Computed for SearchTheme signals. When using Audience signal, this field is not used and will be absent.
      - `approvalStatus` 'UNSPECIFIED' | 'UNKNOWN' | 'APPROVED' | 'LIMITED' | 'DISAPPROVED' | 'UNDER_REVIEW' — Output only. Approval status is the output value for search theme signal after Google ads policy review. When using Audience signal, this field is not used and will be absent.
      - `searchTheme` GoogleAdsSearchads360V23CommonSearchThemeInfo — A Search Theme criterion only on Performance Max campaign. Represents a keyword-like advertiser input.
        - `text` string — Each Search Theme has a value of a simple string, like keywords. There are limits on overall length, allowed characters, and number of words.
      - `assetGroup` string — Immutable. The asset group which this asset group signal belongs to.
      - `resourceName` string — Immutable. The resource name of the asset group signal. Asset group signal resource name have the form: `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{signal_id}`
      - `audience` GoogleAdsSearchads360V23CommonAudienceInfo — An audience criterion.
        - `audience` string — The Audience resource name.
    - `exemptPolicyViolationKeys` GoogleAdsSearchads360V23CommonPolicyViolationKey[] — Optional. The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
      - `policyName` string — Unique ID of the violated policy.
      - `violatingText` string — The text that violates the policy if specified. Otherwise, refers to the policy in general (for example, when requesting to be exempt from the whole policy). If not specified for criterion exemptions, the whole policy is implied. Must be specified for ad exemptions.
    - `remove` string — Remove operation: A resource name for the removed asset group signal is expected, in this format: `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_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/revisions/40d087435afd/schema)
