Viewdeos Server
Features
| Bidder Code | viewdeos | Prebid.org Member | no | 
|---|---|---|---|
| Media Types | display, video | GDPR TCF Support | yes | 
| User IDs | none | USP/CCPA Support | no | 
| Supply Chain Support | no | COPPA Support | no | 
| Demand Chain Support | no | Safeframes OK | check with bidder | 
| Supports Deals | check with bidder | Prebid.js Adapter | yes | 
| IAB GVL ID | 924 | 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_viewdeos | hb_bidder_viewdeos | hb_adid_viewdeos | 
| hb_size_viewdeos | hb_source_viewdeos | hb_format_viewdeos | 
| hb_cache_host_viewde | hb_cache_id_viewdeos | hb_uuid_viewdeos | 
| hb_cache_path_viewde | hb_deal_viewdeos | 
Bid params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| aid | required | The source ID from member zone | 350975 | integer | 
Test Parameters
    var adUnits = [
      // Banner adUnit
      {
        code: 'div-test-div',
        mediaTypes: {
          banner: {
            sizes:[[300, 250]]
          }
        },
        bids: [{
          bidder: 'viewdeos',
          params: {
            aid: 672854
          }
        }]
      }
    ];