Skip to content

Commit

Permalink
Add maxBid documentation for setConfig (#5585)
Browse files Browse the repository at this point in the history
Co-authored-by: Komal Kumari <[email protected]>
  • Loading branch information
pm-komal-kumari and Komal Kumari authored Sep 6, 2024
1 parent 60d05c4 commit a21ffbc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dev-docs/publisher-api-reference/setConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,18 @@ Inversely, if you wish for the alias registry to be private you can do so by usi
pbjs.setConfig({aliasRegistry: 'private'})
```

### Set Max Bid

<a id="setConfig-maxBid"></a>

Prebid ensures that the bid response price doesn't exceed the maximum bid. If the CPM (after currency conversion) is higher than the maxBid, the bid is rejected. The default maxBid value is 5000. You can adjust maxBid with:

```javascript
pbjs.setConfig({
maxBid: 10
});
```

<a name="setConfig-Generic-Configuration"></a>

### General adapter Configuration
Expand Down

0 comments on commit a21ffbc

Please sign in to comment.