Skip to content

Commit

Permalink
Updated the text in line 292 (prebid#5937)
Browse files Browse the repository at this point in the history
Updated the text in line 292
  • Loading branch information
rimaburder-index authored and stsepelin committed May 28, 2021
1 parent face66f commit cdee53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ixBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ pbjs.setConfig({
});
```
#### The **detectMissingSizes** feature
With a recent update, the IX bid adapter bids on all banner sizes available in an ad unit, if IX is configured for at least one banner size in that ad unit. This default behavior if not required, can be turned off by using the `detectMissingSizes` flag.
By default, the IX bidding adapter bids on all banner sizes available in the ad unit when configured to at least one banner size. If you want the IX bidding adapter to only bid on the banner size it’s configured to, switch off this feature using `detectMissingSizes`.
```
pbjs.setConfig({
ix: {
Expand Down

0 comments on commit cdee53c

Please sign in to comment.