You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: formats/multiformat.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,16 @@ sidebarType: 6
7
7
8
8
# Prebid Multi-Format
9
9
10
-
{:.no_toc}
10
+
Ad Units that support multiple formats are supported by Prebid.js and Prebid Server.
11
11
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.
13
17
14
18
## Prebid.js
19
+
[Bid adapters](/dev-docs/bidders.html) declare which formats (banner, video, and/or native) they're ready to receive.
15
20
16
21
### Adops
17
22
@@ -20,3 +25,7 @@ Ad Units that support multiple formats are supported by Prebid.js. Prebid Server
20
25
### Developers
21
26
22
27
-[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