Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
RecommendationError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible errors from applying a recommendation.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
BUDGET_AMOUNT_TOO_SMALL
|
The specified budget amount is too low for example, lower than minimum currency unit or lower than ad group minimum cost-per-click. |
BUDGET_AMOUNT_TOO_LARGE
|
The specified budget amount is too large. |
INVALID_BUDGET_AMOUNT
|
The specified budget amount is not a valid amount, for example, not a multiple of minimum currency unit. |
POLICY_ERROR
|
The specified keyword or ad violates ad policy. |
INVALID_BID_AMOUNT
|
The specified bid amount is not valid, for example, too many fractional digits, or negative amount. |
ADGROUP_KEYWORD_LIMIT
|
The number of keywords in ad group have reached the maximum allowed. |
RECOMMENDATION_ALREADY_APPLIED
|
The recommendation requested to apply has already been applied. |
RECOMMENDATION_INVALIDATED
|
The recommendation requested to apply has been invalidated. |
TOO_MANY_OPERATIONS
|
The number of operations in a single request exceeds the maximum allowed. |
NO_OPERATIONS
|
There are no operations in the request. |
DIFFERENT_TYPES_NOT_SUPPORTED
|
Operations with multiple recommendation types are not supported when partial failure mode is not enabled. |
DUPLICATE_RESOURCE_NAME
|
Request contains multiple operations with the same resource_name. |
RECOMMENDATION_ALREADY_DISMISSED
|
The recommendation requested to dismiss has already been dismissed. |
INVALID_APPLY_REQUEST
|
The recommendation apply request was malformed and invalid. |
RECOMMENDATION_TYPE_APPLY_NOT_SUPPORTED
|
The type of recommendation requested to apply is not supported. |
INVALID_MULTIPLIER
|
The target multiplier specified is invalid. |
ADVERTISING_CHANNEL_TYPE_GENERATE_NOT_SUPPORTED
|
The passed in advertising_channel_type is not supported. |
RECOMMENDATION_TYPE_GENERATE_NOT_SUPPORTED
|
The passed in recommendation_type is not supported. |
RECOMMENDATION_TYPES_CANNOT_BE_EMPTY
|
One or more recommendation_types need to be passed into the generate recommendations request. |
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-05-29 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-05-29 UTC."],[[["This enum outlines potential errors encountered when applying recommendations within Google Ads."],["Errors can arise from issues like invalid budget or bid amounts, policy violations, or exceeding operation limits."],["Recommendations might already be applied, dismissed, or become invalid, leading to specific error codes."],["Certain recommendation types may have limited support for application or generation."],["The enum includes general errors like unspecified or unknown issues and cases with malformed requests."]]],["This document defines potential errors encountered when applying recommendations. Errors include issues with budget amounts (too small, large, invalid), bid amounts (invalid), policy violations, and reaching keyword limits. Other errors indicate the recommendation was already applied or dismissed, invalidated, or the request was malformed. Additionally, the operations limit may be exceeded, types may not be supported, or duplicate resource names may exist. There can be issues related to recommendation generation too.\n"]]