KeywordPlan

  • A Keyword Planner plan is a Google Ads API resource used for saving keyword plans.

  • The resource name for a Keyword Planner plan includes the customer and plan IDs.

  • A Keyword Planner plan has fields such as resource_name, forecast_period, id, and name.

  • You can have a maximum of 10,000 saved keyword plans, and old plans can be removed if this limit is reached.

A Keyword Planner plan. Max number of saved keyword plans: 10000. It's possible to remove plans if limit is reached.

Fields

resource_name

string

Immutable. The resource name of the Keyword Planner plan. KeywordPlan resource names have the form:

customers/{customer_id}/keywordPlans/{kp_plan_id}

forecast_period

KeywordPlanForecastPeriod

The date period used for forecasting the plan.

id

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.