MultiplierError

  • The document provides an enumeration of possible errors related to multipliers in bidding.

  • Errors include issues with the multiplier's value being too high or too low, or having too many fractional digits.

  • Multiplier errors can also occur if they are not allowed for the specific bidding strategy or when there is no base bid.

  • Exceeding various budget types (daily, monthly, custom) or the maximum allowed bid, or falling below the minimum allowed bid due to the multiplier, are also listed as errors.

  • A mismatch between the multiplier type and the campaign's bidding strategy is another potential error.

Enum describing possible multiplier errors.

Proto definition

Enums

BID_LESS_THAN_MIN_ALLOWED_BID_WITH_MULTIPLIER

Multiplier causes bid to become less than the minimum bid allowed

MULTIPLIER_AND_BIDDING_STRATEGY_TYPE_MISMATCH

Multiplier type (cpc versus cpm) needs to match campaign's bidding strategy

MULTIPLIER_CAUSES_BID_TO_EXCEED_CUSTOM_BUDGET

Multiplier causes bid to exceed custom budget

MULTIPLIER_CAUSES_BID_TO_EXCEED_DAILY_BUDGET

Multiplier causes bid to exceed daily budget

MULTIPLIER_CAUSES_BID_TO_EXCEED_MAX_ALLOWED_BID

Multiplier causes bid to exceed maximum allowed bid

MULTIPLIER_CAUSES_BID_TO_EXCEED_MONTHLY_BUDGET

Multiplier causes bid to exceed monthly budget

MULTIPLIER_NOT_ALLOWED_FOR_BIDDING_STRATEGY

A multiplier cannot be set for this bidding strategy

MULTIPLIER_NOT_ALLOWED_WHEN_BASE_BID_IS_MISSING

A multiplier cannot be set when there is no base bid (for example, content max cpc)

MULTIPLIER_TOO_HIGH

Multiplier value is too high

MULTIPLIER_TOO_LOW

Multiplier value is too low

NO_MULTIPLIER_SPECIFIED

A bid multiplier must be specified

TOO_MANY_FRACTIONAL_DIGITS

Too many fractional digits

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.