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.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

DUPLICATE_NAME

Each bidding strategy must have a unique name.

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.

BIDDING_STRATEGY_NOT_SUPPORTED

The specified bidding strategy is not supported.

INCOMPATIBLE_BIDDING_STRATEGY_AND_BIDDING_STRATEGY_GOAL_TYPE

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