NextMillennium
Features
Bidder Code | nextMillennium | Prebid.org Member | yes |
---|---|---|---|
Media Types | display, video | GDPR TCF Support | yes |
User IDs | none | USP/CCPA Support | yes |
Supply Chain Support | no | COPPA Support | no |
Demand Chain Support | no | GPP Support | no |
Supports Deals | no | Prebid.js Adapter | yes |
IAB GVL ID | check with bidder | Prebid Server Adapter | yes |
Floors Module Support | no | First Party Data Support | no |
Multi Format Support | check with bidder | ORTB Blocking Support | check with bidder |
Safeframes OK | no |
"Send All Bids" Ad Server Keys
These are the bidder-specific keys that would be targeted within GAM in a Send-All-Bids scenario. GAM truncates keys to 20 characters.hb_pb_nextMillennium |
hb_bidder_nextMillen |
hb_adid_nextMillenni |
hb_size_nextMillenni |
hb_source_nextMillen |
hb_format_nextMillen |
hb_cache_host_nextMi |
hb_cache_id_nextMill |
hb_uuid_nextMillenni |
hb_cache_path_nextMi |
hb_deal_nextMillenni |
Bid Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
placement_id |
required | Placement ID, provided by nextMillennium | '12345' |
String |
group_id |
optional | Group ID, provided by nextMillennium | '12345' |
String |
Required one of the two parameters placement_id or group_id.
Further information for the auction on NextMillennium side is generated automatically.
Additional options
disabledSendingStatisticData
The disabledSendingStatisticData
parameter disables sending statistics data to the nextMillennium server, such as bidRequested, bidResponse, noBid and bidTimeout events.
An example of enabling this option:
pbjs.setBidderConfig({
bidders: ['nextMillennium'],
config: {
disabledSendingStatisticData: true,
},
})