DistroScale
Features
| Bidder Code | distroscale | Prebid.org Member | yes | 
|---|---|---|---|
| Media Types | display | GDPR TCF Support | yes | 
| User IDs | all | USP/CCPA Support | yes | 
| Supply Chain Support | yes | COPPA Support | yes | 
| Demand Chain Support | no | Safeframes OK | no | 
| Supports Deals | check with bidder | Prebid.js Adapter | yes | 
| IAB GVL ID | 754 | Prebid Server Adapter | no | 
| Floors Module Support | yes | First Party Data Support | yes | 
| 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_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 | 
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.