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

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

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

Creates, updates, or removes keyword plans. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [KeywordPlanError]() [MutateError]() [NewResourceCreationError]() [QuotaError]() [RequestError]() [ResourceCountLimitExceededError]() [StringLengthError]()

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesMutateKeywordPlansRequest — Request message for KeywordPlanService.MutateKeywordPlans.
  - `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` GoogleAdsSearchads360V23ServicesKeywordPlanOperation[] — Required. The list of operations to perform on individual keyword plans.
    - `create` GoogleAdsSearchads360V23ResourcesKeywordPlan — A Keyword Planner plan. Max number of saved keyword plans: 10000. It's possible to remove plans if limit is reached.
      - `resourceName` string — Immutable. The resource name of the Keyword Planner plan. KeywordPlan resource names have the form: `customers/{customer_id}/keywordPlans/{kp_plan_id}`
      - `forecastPeriod` GoogleAdsSearchads360V23ResourcesKeywordPlanForecastPeriod — The forecasting period associated with the keyword plan.
        - `dateInterval` 'UNSPECIFIED' | 'UNKNOWN' | 'NEXT_WEEK' | 'NEXT_MONTH' | 'NEXT_QUARTER' — A future date range relative to the current date used for forecasting.
        - `dateRange` GoogleAdsSearchads360V23CommonDateRange — A date range.
          - `startDate` string — The start date, in yyyy-mm-dd format. This date is inclusive.
          - `endDate` string — The end date, in yyyy-mm-dd format. This date is inclusive.
      - `id` string, int64 — Output only. The ID of the keyword plan.
      - `name` string — The name of the keyword plan. This field is required and should not be empty when creating new keyword plans.
    - `update` GoogleAdsSearchads360V23ResourcesKeywordPlan — A Keyword Planner plan. Max number of saved keyword plans: 10000. It's possible to remove plans if limit is reached.
      - `resourceName` string — Immutable. The resource name of the Keyword Planner plan. KeywordPlan resource names have the form: `customers/{customer_id}/keywordPlans/{kp_plan_id}`
      - `forecastPeriod` GoogleAdsSearchads360V23ResourcesKeywordPlanForecastPeriod — The forecasting period associated with the keyword plan.
        - `dateInterval` 'UNSPECIFIED' | 'UNKNOWN' | 'NEXT_WEEK' | 'NEXT_MONTH' | 'NEXT_QUARTER' — A future date range relative to the current date used for forecasting.
        - `dateRange` GoogleAdsSearchads360V23CommonDateRange — A date range.
          - `startDate` string — The start date, in yyyy-mm-dd format. This date is inclusive.
          - `endDate` string — The end date, in yyyy-mm-dd format. This date is inclusive.
      - `id` string, int64 — Output only. The ID of the keyword plan.
      - `name` string — The name of the keyword plan. This field is required and should not be empty when creating new keyword plans.
    - `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 is expected in this format: `customers/{customer_id}/keywordPlans/{keyword_plan_id}`

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