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

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

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

Creates, updates, or removes Keyword Plan ad groups. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [FieldMaskError]() [HeaderError]() [InternalError]() [KeywordPlanAdGroupError]() [KeywordPlanError]() [MutateError]() [NewResourceCreationError]() [QuotaError]() [RequestError]() [ResourceCountLimitExceededError]()

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesMutateKeywordPlanAdGroupsRequest — Request message for KeywordPlanAdGroupService.MutateKeywordPlanAdGroups.
  - `validateOnly` boolean — If true, the request is validated but not executed. Only errors are returned, not results.
  - `operations` GoogleAdsSearchads360V23ServicesKeywordPlanAdGroupOperation[] — Required. The list of operations to perform on individual Keyword Plan ad groups.
    - `updateMask` string, google-fieldmask — The FieldMask that determines which resource fields are modified in an update.
    - `remove` string — Remove operation: A resource name for the removed Keyword Plan ad group is expected, in this format: `customers/{customer_id}/keywordPlanAdGroups/{kp_ad_group_id}`
    - `create` GoogleAdsSearchads360V23ResourcesKeywordPlanAdGroup — A Keyword Planner ad group. Max number of keyword plan ad groups per plan: 200.
      - `keywordPlanCampaign` string — The keyword plan campaign to which this ad group belongs.
      - `name` string — The name of the keyword plan ad group. This field is required and should not be empty when creating keyword plan ad group.
      - `resourceName` string — Immutable. The resource name of the Keyword Planner ad group. KeywordPlanAdGroup resource names have the form: `customers/{customer_id}/keywordPlanAdGroups/{kp_ad_group_id}`
      - `id` string, int64 — Output only. The ID of the keyword plan ad group.
      - `cpcBidMicros` string, int64 — A default ad group max cpc bid in micros in account currency for all biddable keywords under the keyword plan ad group. If not set, will inherit from parent campaign.
    - `update` GoogleAdsSearchads360V23ResourcesKeywordPlanAdGroup — A Keyword Planner ad group. Max number of keyword plan ad groups per plan: 200.
      - `keywordPlanCampaign` string — The keyword plan campaign to which this ad group belongs.
      - `name` string — The name of the keyword plan ad group. This field is required and should not be empty when creating keyword plan ad group.
      - `resourceName` string — Immutable. The resource name of the Keyword Planner ad group. KeywordPlanAdGroup resource names have the form: `customers/{customer_id}/keywordPlanAdGroups/{kp_ad_group_id}`
      - `id` string, int64 — Output only. The ID of the keyword plan ad group.
      - `cpcBidMicros` string, int64 — A default ad group max cpc bid in micros in account currency for all biddable keywords under the keyword plan ad group. If not set, will inherit from parent campaign.
  - `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)
