AI-generated Key Takeaways
- 
          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.
| Enums | |
|---|---|
| 
 | Enum unspecified. | 
| 
 | The received error code is not known in this version. | 
| 
 | Multiplier value is too high | 
| 
 | Multiplier value is too low | 
| 
 | Too many fractional digits | 
| 
 | A multiplier cannot be set for this bidding strategy | 
| 
 | A multiplier cannot be set when there is no base bid (for example, content max cpc) | 
| 
 | A bid multiplier must be specified | 
| 
 | Multiplier causes bid to exceed daily budget | 
| 
 | Multiplier causes bid to exceed monthly budget | 
| 
 | Multiplier causes bid to exceed custom budget | 
| 
 | Multiplier causes bid to exceed maximum allowed bid | 
| 
 | Multiplier causes bid to become less than the minimum bid allowed | 
| 
 | Multiplier type (cpc versus cpm) needs to match campaign's bidding strategy |