RecommendationError

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.