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

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

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

Creates or updates remarketing actions. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [ConversionActionError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesMutateRemarketingActionsRequest — Request message for RemarketingActionService.MutateRemarketingActions.
  - `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` GoogleAdsSearchads360V23ServicesRemarketingActionOperation[] — Required. The list of operations to perform on individual remarketing actions.
    - `create` GoogleAdsSearchads360V23ResourcesRemarketingAction — A remarketing action. A snippet of JavaScript code that will collect the product id and the type of page people visited (product page, shopping cart page, purchase page, general site visit) on an advertiser's website.
      - `id` string, int64 — Output only. Id of the remarketing action.
      - `name` string — The name of the remarketing action. This field is required and should not be empty when creating new remarketing actions.
      - `resourceName` string — Immutable. The resource name of the remarketing action. Remarketing action resource names have the form: `customers/{customer_id}/remarketingActions/{remarketing_action_id}`
      - `tagSnippets` GoogleAdsSearchads360V23CommonTagSnippet[] — Output only. The snippets used for tracking remarketing actions.
        - `pageFormat` 'UNSPECIFIED' | 'UNKNOWN' | 'HTML' | 'AMP' — The format of the web page where the tracking tag and snippet will be installed, for example, HTML.
        - `type` 'UNSPECIFIED' | 'UNKNOWN' | 'WEBPAGE' | 'WEBPAGE_ONCLICK' | 'CLICK_TO_CALL' | 'WEBSITE_CALL' — The type of the generated tag snippets for tracking conversions.
        - `globalSiteTag` string — The site tag that adds visitors to your basic remarketing lists and sets new cookies on your domain.
        - `eventSnippet` string — The event snippet that works with the site tag to track actions that should be counted as conversions.
    - `update` GoogleAdsSearchads360V23ResourcesRemarketingAction — A remarketing action. A snippet of JavaScript code that will collect the product id and the type of page people visited (product page, shopping cart page, purchase page, general site visit) on an advertiser's website.
      - `id` string, int64 — Output only. Id of the remarketing action.
      - `name` string — The name of the remarketing action. This field is required and should not be empty when creating new remarketing actions.
      - `resourceName` string — Immutable. The resource name of the remarketing action. Remarketing action resource names have the form: `customers/{customer_id}/remarketingActions/{remarketing_action_id}`
      - `tagSnippets` GoogleAdsSearchads360V23CommonTagSnippet[] — Output only. The snippets used for tracking remarketing actions.
        - `pageFormat` 'UNSPECIFIED' | 'UNKNOWN' | 'HTML' | 'AMP' — The format of the web page where the tracking tag and snippet will be installed, for example, HTML.
        - `type` 'UNSPECIFIED' | 'UNKNOWN' | 'WEBPAGE' | 'WEBPAGE_ONCLICK' | 'CLICK_TO_CALL' | 'WEBSITE_CALL' — The type of the generated tag snippets for tracking conversions.
        - `globalSiteTag` string — The site tag that adds visitors to your basic remarketing lists and sets new cookies on your domain.
        - `eventSnippet` string — The event snippet that works with the site tag to track actions that should be counted as conversions.
    - `updateMask` string, google-fieldmask — FieldMask that determines which resource fields are modified in an update.

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