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

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

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

Creates, updates, or removes campaign drafts. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CampaignDraftError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]()

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesMutateCampaignDraftsRequest — Request message for CampaignDraftService.MutateCampaignDrafts.
  - `validateOnly` boolean — If true, the request is validated but not executed. Only errors are returned, not results.
  - `operations` GoogleAdsSearchads360V23ServicesCampaignDraftOperation[] — Required. The list of operations to perform on individual campaign drafts.
    - `create` GoogleAdsSearchads360V23ResourcesCampaignDraft — A campaign draft.
      - `baseCampaign` string — Immutable. The base campaign to which the draft belongs.
      - `hasExperimentRunning` boolean — Output only. Whether there is an experiment based on this draft currently serving.
      - `longRunningOperation` string — Output only. The resource name of the long-running operation that can be used to poll for completion of draft promotion. This is only set if the draft promotion is in progress or finished.
      - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'PROPOSED' | 'REMOVED' | 'PROMOTING' | 'PROMOTED' | 'PROMOTE_FAILED' — Output only. The status of the campaign draft. This field is read-only. When a new campaign draft is added, the status defaults to PROPOSED.
      - `resourceName` string — Immutable. The resource name of the campaign draft. Campaign draft resource names have the form: `customers/{customer_id}/campaignDrafts/{base_campaign_id}~{draft_id}`
      - `draftId` string, int64 — Output only. The ID of the draft. This field is read-only.
      - `draftCampaign` string — Output only. Resource name of the Campaign that results from overlaying the draft changes onto the base campaign. This field is read-only.
      - `name` string — The name of the campaign draft. This field is required and should not be empty when creating new campaign drafts. It must not contain any null (code point 0x0), NL line feed (code point 0xA) or carriage return (code point 0xD) characters.
    - `update` GoogleAdsSearchads360V23ResourcesCampaignDraft — A campaign draft.
      - `baseCampaign` string — Immutable. The base campaign to which the draft belongs.
      - `hasExperimentRunning` boolean — Output only. Whether there is an experiment based on this draft currently serving.
      - `longRunningOperation` string — Output only. The resource name of the long-running operation that can be used to poll for completion of draft promotion. This is only set if the draft promotion is in progress or finished.
      - `status` 'UNSPECIFIED' | 'UNKNOWN' | 'PROPOSED' | 'REMOVED' | 'PROMOTING' | 'PROMOTED' | 'PROMOTE_FAILED' — Output only. The status of the campaign draft. This field is read-only. When a new campaign draft is added, the status defaults to PROPOSED.
      - `resourceName` string — Immutable. The resource name of the campaign draft. Campaign draft resource names have the form: `customers/{customer_id}/campaignDrafts/{base_campaign_id}~{draft_id}`
      - `draftId` string, int64 — Output only. The ID of the draft. This field is read-only.
      - `draftCampaign` string — Output only. Resource name of the Campaign that results from overlaying the draft changes onto the base campaign. This field is read-only.
      - `name` string — The name of the campaign draft. This field is required and should not be empty when creating new campaign drafts. It must not contain any null (code point 0x0), NL line feed (code point 0xA) or carriage return (code point 0xD) characters.
    - `updateMask` string, google-fieldmask — FieldMask that determines which resource fields are modified in an update.
    - `remove` string — Remove operation: The campaign draft is expected to have a valid resource name, in this format: `customers/{customer_id}/campaignDrafts/{base_campaign_id}~{draft_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.
  - `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)
