KeywordPlanError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible errors from applying a keyword plan.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
BID_MULTIPLIER_OUT_OF_RANGE
|
The plan's bid multiplier value is outside the valid range. |
BID_TOO_HIGH
|
The plan's bid value is too high. |
BID_TOO_LOW
|
The plan's bid value is too low. |
BID_TOO_MANY_FRACTIONAL_DIGITS
|
The plan's cpc bid is not a multiple of the minimum billable unit. |
DAILY_BUDGET_TOO_LOW
|
The plan's daily budget value is too low. |
DAILY_BUDGET_TOO_MANY_FRACTIONAL_DIGITS
|
The plan's daily budget is not a multiple of the minimum billable unit. |
INVALID_VALUE
|
The input has an invalid value. |
KEYWORD_PLAN_HAS_NO_KEYWORDS
|
The plan has no keyword. |
KEYWORD_PLAN_NOT_ENABLED
|
The plan is not enabled and API cannot provide mutation, forecast or stats. |
KEYWORD_PLAN_NOT_FOUND
|
The requested plan cannot be found for providing forecast or stats. |
MISSING_BID
|
The plan is missing a cpc bid. |
MISSING_FORECAST_PERIOD
|
The plan is missing required forecast_period field. |
INVALID_FORECAST_DATE_RANGE
|
The plan's forecast_period has invalid forecast date range. |
INVALID_NAME
|
The plan's name is invalid. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-20 UTC."],[[["This enum describes specific errors that can occur when applying or working with a keyword plan in Google Ads."],["Errors can relate to bid values (too high, too low, or incorrect format), daily budget issues, or the state of the keyword plan itself (missing keywords, not enabled, or not found)."],["The enum also includes generic errors like `UNSPECIFIED`, `UNKNOWN`, and `INVALID_VALUE` for unexpected issues."],["Some errors might arise from problems with forecasting, such as a missing forecast period or an invalid date range provided."]]],[]]