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

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

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

Creates, updates or removes custom conversion goals. Operation statuses are returned.

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesMutateCustomConversionGoalsRequest — Request message for CustomConversionGoalService.MutateCustomConversionGoals.
  - `operations` GoogleAdsSearchads360V23ServicesCustomConversionGoalOperation[] — Required. The list of operations to perform on individual custom conversion goal.
    - `create` GoogleAdsSearchads360V23ResourcesCustomConversionGoal — Custom conversion goal that can make arbitrary conversion actions biddable.
      - `name` string — The name for this custom conversion goal.
      - `conversionActions` string[] — Conversion actions that the custom conversion goal makes biddable.
      - `resourceName` string — Immutable. The resource name of the custom conversion goal. Custom conversion goal resource names have the form: `customers/{customer_id}/customConversionGoals/{goal_id}`
      - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'ENABLED' | 'REMOVED' — The status of the custom conversion goal.
      - `id` string, int64 — Immutable. The ID for this custom conversion goal.
    - `update` GoogleAdsSearchads360V23ResourcesCustomConversionGoal — Custom conversion goal that can make arbitrary conversion actions biddable.
      - `name` string — The name for this custom conversion goal.
      - `conversionActions` string[] — Conversion actions that the custom conversion goal makes biddable.
      - `resourceName` string — Immutable. The resource name of the custom conversion goal. Custom conversion goal resource names have the form: `customers/{customer_id}/customConversionGoals/{goal_id}`
      - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'ENABLED' | 'REMOVED' — The status of the custom conversion goal.
      - `id` string, int64 — Immutable. The ID for this custom conversion goal.
    - `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 custom conversion goal is expected, in this format: 'customers/{customer_id}/customConversionGoals/{goal_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)
