Skip to content

Commit 73d101d

Browse files
authored
Update pbs-endpoint-auction.md (prebid#5938)
1 parent 37fb074 commit 73d101d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prebid-server/endpoints/openrtb2/pbs-endpoint-auction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,8 +1891,9 @@ ext.prebid.biddercontrols: {
18911891
18921892
Here's how this works:
18931893

1894-
1. If the bid adapter YAML declares support of multiformat, then `prefmtype` is ignored in the request. The default value of multiformat supported is `true`.
1894+
1. If the bid adapter YAML declares support of multiformat as `true`, then `prefmtype` is ignored in the request. The default value of multiformat supported is `false`.
18951895
1. If the bidder declares that they don't support multiformat and the incoming request contains multiple formats, then one of the formats is chosen by either `$.ext.prebid.biddercontrols.BIDDER.prefmtype` or config `auction.preferredmediatype.BIDDER`
1896+
1. If multiformat-supported is false, and if the specified prefmtype is not part of the request, then the imp doesn't go out to the bidder.
18961897

18971898
#### OpenRTB Response Extensions
18981899

0 commit comments

Comments
 (0)