MultiplierError
Enum describing possible multiplier errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
MULTIPLIER_TOO_HIGH
|
Multiplier value is too high |
MULTIPLIER_TOO_LOW
|
Multiplier value is too low |
TOO_MANY_FRACTIONAL_DIGITS
|
Too many fractional digits |
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) |
NO_MULTIPLIER_SPECIFIED
|
A bid multiplier must be specified |
MULTIPLIER_CAUSES_BID_TO_EXCEED_DAILY_BUDGET
|
Multiplier causes bid to exceed daily budget |
MULTIPLIER_CAUSES_BID_TO_EXCEED_MONTHLY_BUDGET
|
Multiplier causes bid to exceed monthly budget |
MULTIPLIER_CAUSES_BID_TO_EXCEED_CUSTOM_BUDGET
|
Multiplier causes bid to exceed custom budget |
MULTIPLIER_CAUSES_BID_TO_EXCEED_MAX_ALLOWED_BID
|
Multiplier causes bid to exceed maximum allowed bid |
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 |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum describes potential errors encountered when using bid multipliers in Google Ads campaigns."],["Errors can indicate issues with the multiplier value itself, such as being too high or low, having excessive fractional digits, or conflicting with the campaign's bidding strategy."],["Other errors highlight when a multiplier causes the bid to exceed budget limits or fall below minimum allowed bids."],["Specific error codes provide details on the exact nature of the multiplier issue."]]],[]]