AI-generated Key Takeaways
- 
          
This enum describes possible errors that can occur when applying a recommendation.
 - 
          
Errors can include issues with budget or bid amounts being invalid or outside allowed ranges.
 - 
          
Policy violations or exceeding limits like the number of keywords in an ad group can also cause errors.
 - 
          
Errors can also occur if a recommendation has already been applied or dismissed, or if the request is malformed.
 - 
          
Certain recommendation types require specific information or conditions to be met, and not providing them will result in an error.
 
Enum describing possible errors from applying a recommendation.
| Enums | |
|---|---|
 | 
                Enum unspecified. | 
 | 
                The received error code is not known in this version. | 
 | 
                The specified budget amount is too low for example, lower than minimum currency unit or lower than ad group minimum cost-per-click. | 
 | 
                The specified budget amount is too large. | 
 | 
                The specified budget amount is not a valid amount, for example, not a multiple of minimum currency unit. | 
 | 
                The specified keyword or ad violates ad policy. | 
 | 
                The specified bid amount is not valid, for example, too many fractional digits, or negative amount. | 
 | 
                The number of keywords in ad group have reached the maximum allowed. | 
 | 
                The recommendation requested to apply has already been applied. | 
 | 
                The recommendation requested to apply has been invalidated. | 
 | 
                The number of operations in a single request exceeds the maximum allowed. | 
 | 
                There are no operations in the request. | 
 | 
                Operations with multiple recommendation types are not supported when partial failure mode is not enabled. | 
 | 
                Request contains multiple operations with the same resource_name. | 
 | 
                The recommendation requested to dismiss has already been dismissed. | 
 | 
                The recommendation apply request was malformed and invalid. | 
 | 
                The type of recommendation requested to apply is not supported. | 
 | 
                The target multiplier specified is invalid. | 
 | 
                The passed in advertising_channel_type is not supported. | 
 | 
                The passed in recommendation_type is not supported. | 
 | 
                One or more recommendation_types need to be passed into the generate recommendations request. | 
 | 
                Bidding info is required for the CAMPAIGN_BUDGET recommendation type. | 
 | 
                Bidding strategy type is required for the CAMPAIGN_BUDGET recommendation type. | 
 | 
                Asset group info is required for the campaign budget recommendation type. | 
 | 
                Asset group info with final url is required for the CAMPAIGN_BUDGET recommendation type. | 
 | 
                Country codes are required for the CAMPAIGN_BUDGET recommendation type for SEARCH channel. | 
 | 
                Country code is invalid for the CAMPAIGN_BUDGET recommendation type for SEARCH channel. | 
 | 
                Language codes are required for the CAMPAIGN_BUDGET recommendation type for SEARCH channel. | 
 | 
                Either positive or negative location ids are required for the CAMPAIGN_BUDGET recommendation type for SEARCH channel. | 
 | 
                Ad group info is required for the CAMPAIGN_BUDGET recommendation type for SEARCH channel. | 
 | 
                Keywords are required for the CAMPAIGN_BUDGET recommendation type for SEARCH channel. | 
 | 
                Location is required for the CAMPAIGN_BUDGET recommendation type for bidding strategy type TARGET_IMPRESSION_SHARE. | 
 | 
                Target impression share micros are required for the CAMPAIGN_BUDGET recommendation type for bidding strategy type TARGET_IMPRESSION_SHARE. | 
 | 
                Target impression share micros are required to be between 1 and 1000000 for the CAMPAIGN_BUDGET recommendation type for bidding strategy type TARGET_IMPRESSION_SHARE. | 
 | 
                Target impression share info is required for the CAMPAIGN_BUDGET recommendation type for bidding strategy type TARGET_IMPRESSION_SHARE. | 
 | 
                Merchant Center Account ID is only supported for advertising_channel_type PERFORMANCE_MAX. |