KeywordPlanForecastPeriod

  • The forecasting period associated with the keyword plan is defined by theinterval field.

  • Theinterval field is required and can be either a future relative date range or a custom date range.

  • A future relative date range is defined bydate_interval.

  • A custom date range is defined bydate_range, cannot be greater than a year, and its start and end dates must be in the future.

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.