Skip to content

Commit af9de18

Browse files
authored
prebid 11 Update setConfig.md with new configuration options (prebid#6478)
* Update setConfig.md with new configuration options * Fix formatting of rejectInvalidMediaTypes description
1 parent b8e4db0 commit af9de18

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dev-docs/publisher-api-reference/setConfig.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,8 +1346,10 @@ The `auctionOptions` object controls aspects related to auctions.
13461346
|----------+---------+--------+---------------------------------------------------------------------------------------|
13471347
| `secondaryBidders` | Optional | Array of Strings | Specifies bidders that the Prebid auction will no longer wait for before determining the auction has completed. This may be helpful if you find there are a number of low performing and/or high timeout bidders in your page's rotation. |
13481348
| `suppressStaleRender` | Optional | Boolean | When true, prevents `banner` bids from being rendered more than once. It should only be enabled after auto-refreshing is implemented correctly. Default is false. |
1349-
| `suppressExpiredRender` | Optional | Boolean | When true, prevent bids from being rendered if TTL is reached. Default is false.
1349+
| `suppressExpiredRender` | Optional | Boolean | When true, prevent bids from being rendered if TTL is reached. Default is false. |
13501350
| `legacyRender` | Optional | Boolean | When true, uses "legacy" rendering logic (see [note](#note-legacyRender)) |
1351+
| `rejectUnknownMediaTypes` | Optional | Boolean | Since Pbjs 11, When true, reject bids when the adapter response omits `mediaType` for an ad unit that has explicit `mediaTypes` configured. Default is false. |
1352+
| `rejectInvalidMediaTypes` | Optional | Boolean | Since Pbjs 11, When true, reject bids when response `mediaType` does not match one of the ad unit's configured `mediaTypes`. Default is true. |
13511353

13521354
#### Examples
13531355
{: .no_toc}

0 commit comments

Comments
 (0)