DistroScale
Features
| Bidder Code | distroscale | Prebid.org Member | yes | 
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no | 
| Media Types | display | Multi Format Support | check with bidder | 
| TCF-EU Support | yes | IAB GVL ID | 754 | 
| GPP Support | check with bidder | DSA Support | check with bidder | 
| USP/CCPA Support | yes | COPPA Support | yes | 
| Supply Chain Support | yes | Demand Chain Support | check with bidder | 
| Safeframes OK | no | Supports Deals | check with bidder | 
| Floors Module Support | yes | First Party Data Support | yes | 
| User IDs | all | ORTB Blocking Support | check with bidder | 
| Privacy Sandbox | check with bidder | 
Bid Params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| pubid | required | Publisher ID | '12345' | string | 
| zoneid | optional | Zone ID | '67890' | string | 
Prebid Test Request
var adUnits = [{
  code: 'banner-1',
    mediaTypes: {
        banner: {
            sizes: [[300, 250]],
        }
    },
  bids: [{
    bidder: 'distroscale',
    params: {
      pubid: '12345'               // required, must be a string
      ,zoneid: '67890'             // optional, must be a string
    }
  }]
}];
These test parameters can be used to verify that the DistroScale adapter is working properly. This example includes a DistroScale test publisher ID, an optional zone ID and sizes that would match with the test creative.
"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_distroscale | hb_bidder_distroscal | hb_adid_distroscale | 
| hb_size_distroscale | hb_source_distroscal | hb_format_distroscal | 
| hb_cache_host_distro | hb_cache_id_distrosc | hb_uuid_distroscale | 
| hb_cache_path_distro | hb_deal_distroscale |