layout | title | description | biddercode | media_types | coppa_supported | tcfeu_supported | dsa_supported | usp_supported | prebid_member | pbjs | pbs | schain_supported | userIds | gvl_id | prevBiddercode | floors_supported | multiformat_supported | sidebarType |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bidder |
AdformOpenRTB |
Prebid Adform Bidder Adaptor |
adf |
banner, native, video |
true |
true |
true |
true |
true |
true |
true |
true |
all |
50 |
adformOpenRTB |
true |
will-bid-on-one |
1 |
{: .table .table-bordered .table-striped }
Name | Scope | Description | Example | Type |
---|---|---|---|---|
mid |
required, if inv and nmane not set |
Placement ID | 12345 |
integer |
inv |
required, if mid not set |
Inventory source ID | 1234 |
integer |
mname |
required, if mid not set |
Placement name | "Leaderboard" |
string |
adxDomain |
optional, Prebid.js only | The Adform domain | "adx.adform.net" |
string |
priceType |
optional | Price type | "gross" |
string |
Note: Bid placement should be defined using the mid
parameter or inv
and mname
parameters (dynamic master tag) but not both.
OpenRTB bid request app
, site
, device
properties configured using prebid config.
pbjs.setConfig({
ortb2: {
app: {
name: 'My APP'
}
}
});