BiddingStrategyError

  • Describes possible errors related to bidding strategies.

  • Includes errors for duplicate names, immutable strategy types, and strategies that cannot be removed due to associations.

  • Lists errors for unsupported bidding strategies and incompatibilities with campaign goals.

Enum describing possible bidding strategy errors.

Proto definition

Enums

BIDDING_STRATEGY_NOT_SUPPORTED

The specified bidding strategy is not supported.

CANNOT_CHANGE_BIDDING_STRATEGY_TYPE

Bidding strategy type is immutable.

CANNOT_REMOVE_ASSOCIATED_STRATEGY

Only bidding strategies not linked to campaigns, adgroups or adgroup criteria can be removed.

DUPLICATE_NAME

Each bidding strategy must have a unique name.

INCOMPATIBLE_BIDDING_STRATEGY_AND_BIDDING_STRATEGY_GOAL_TYPE

The bidding strategy is incompatible with the campaign's bidding strategy goal type.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.