OpenWeb
Features
| Bidder Code | openweb | Prebid.org Member | yes | 
|---|---|---|---|
| Media Types | display | GDPR TCF Support | yes | 
| User IDs | britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId | USP/CCPA Support | yes | 
| Supply Chain Support | yes | COPPA Support | yes | 
| Demand Chain Support | no | Safeframes OK | yes | 
| Supports Deals | check with bidder | Prebid.js Adapter | yes | 
| IAB GVL ID | 280 | Prebid Server Adapter | yes | 
| Floors Module Support | no | First Party Data Support | check with bidder | 
| Multi Format Support | check with bidder | ORTB Blocking Support | check with bidder | 
"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_openweb | hb_bidder_openweb | hb_adid_openweb | 
| hb_size_openweb | hb_source_openweb | hb_format_openweb | 
| hb_cache_host_openwe | hb_cache_id_openweb | hb_uuid_openweb | 
| hb_cache_path_openwe | hb_deal_openweb | 
Bid params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| aid | required | The source ID from OpenWeb. | 650342 | integer | 
Description
OpenWeb.com official prebid adapter. Available in both client and server side versions. OpenWeb header bidding adapter provides solution for accessing banner demand.
Test Parameters
var adUnits = [
    // Banner adUnit
    {
        mediaTypes: {
          banner: {
            sizes: [[300, 250]]
          }
        },
        code: 'div-test-div',
        bids: [{
         bidder: 'openweb',
         params: {
           aid: 650342
         }
        }]
    },
    // Prebid server 
    {
        mediaTypes: {
          banner: {
            sizes: [[300, 250]]
          }
        },
        code: 'div-test-div',
        bids: [{
         bidder: 'openweb',
         params: {
           aid: 650346
         }
        }]
    }
];