KeywordPlanForecastPeriod

  • The forecasting period for a keyword plan is associated with the keyword plan itself.

  • Theinterval field, which is required, specifies the date used for forecasting the plan.

  • Theinterval can be a relative future date range (date_interval) or a custom future date range up to a year (date_range).

  • Custom date ranges (date_range) for forecasting must be in the future and cannot exceed one year.

The forecasting period associated with the keyword plan.

Proto definition

Fields

interval

Union field. Required. The date used for forecasting the Plan.

interval can be only one of the following:

date_interval

KeywordPlanForecastInterval

A future date range relative to the current date used for forecasting.

date_range

DateRange

The custom date range used for forecasting. It cannot be greater than a year. The start and end dates must be in the future. Otherwise, an error will be returned when the forecasting action is performed. The start and end dates are inclusive.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.