Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5674c4

Browse files
modernizing the multiformat page (prebid#5035)
* modernizing the multiformat page * Added link to listing of bidders for PrebidJS and PBS --------- Co-authored-by: Harshad Mane <[email protected]>
1 parent ac872fc commit c5674c4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

formats/multiformat.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ sidebarType: 6
77

88
# Prebid Multi-Format
99

10-
{:.no_toc}
10+
Ad Units that support multiple formats are supported by Prebid.js and Prebid Server.
1111

12-
Ad Units that support multiple formats are supported by Prebid.js. Prebid Server support is coming soon.
12+
How precisely multiformat is supported is defined by each bid adapter on their parameter page in the "Multi Format Support" field. These are the possible values:
13+
14+
- will-bid-on-any: the adapter will consider all supported formats and bid on one or more.
15+
- will-bid-on-one: the adapter will consider only one of the supported formats for each auction.
16+
- will-not-bid: the adapter will not bid on any adunits with more than one format.
1317

1418
## Prebid.js
19+
[Bid adapters](/dev-docs/bidders.html) declare which formats (banner, video, and/or native) they're ready to receive.
1520

1621
### Adops
1722

@@ -20,3 +25,7 @@ Ad Units that support multiple formats are supported by Prebid.js. Prebid Server
2025
### Developers
2126

2227
- [Show Multi-Format Ads with Prebid.js](/dev-docs/show-multi-format-ads.html)
28+
29+
## Prebid Server
30+
31+
[Bid adapters](/dev-docs/pbs-bidders.html) declare which formats (banner, video, and/or native) they're ready to receive.

0 commit comments

Comments
 (0)