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-10-12 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-10-12 UTC."],[[["This enum describes specific errors that can occur when applying a keyword plan in Google Ads."],["Errors can relate to bid values, daily budgets, missing information, and the keyword plan's overall status or setup."],["Issues flagged include incorrect bid ranges, invalid budget amounts, the absence of keywords, and an inactive plan state."],["Specific error codes provide detailed explanations, such as bids exceeding limits or daily budgets falling below minimum requirements."],["Developers can use these error codes to troubleshoot and resolve keyword plan application problems, ensuring smooth campaign setup and management."]]],[]]