A Keyword Planner plan. Max number of saved keyword plans: 10000. It's possible to remove plans if limit is reached.
JSON representation |
---|
{
"resourceName": string,
"forecastPeriod": {
object ( |
Fields | |
---|---|
resource |
Immutable. The resource name of the Keyword Planner plan. KeywordPlan resource names have the form:
|
forecast |
The date period used for forecasting the plan. |
id |
Output only. The ID of the keyword plan. |
name |
The name of the keyword plan. This field is required and should not be empty when creating new keyword plans. |
KeywordPlanForecastPeriod
The forecasting period associated with the keyword plan.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field interval . Required. The date used for forecasting the Plan. interval can be only one of the following: |
|
date |
A future date range relative to the current date used for forecasting. |
date |
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. |
KeywordPlanForecastInterval
Forecast intervals.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
The value is unknown in this version. |
NEXT_WEEK |
The next week date range for keyword plan. The next week is based on the default locale of the user's account and is mostly SUN-SAT or MON-SUN. This can be different from next-7 days. |
NEXT_MONTH |
The next month date range for keyword plan. |
NEXT_QUARTER |
The next quarter date range for keyword plan. |