CodeFuel
Features
| Bidder Code | CodeFuel | Prebid.org Member | no | 
|---|---|---|---|
| Media Types | display | GDPR TCF Support | no | 
| 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 | check with bidder | 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_CodeFuel | hb_bidder_CodeFuel | hb_adid_CodeFuel | 
| hb_size_CodeFuel | hb_source_CodeFuel | hb_format_CodeFuel | 
| hb_cache_host_CodeFu | hb_cache_id_CodeFuel | hb_uuid_CodeFuel | 
| hb_cache_path_CodeFu | hb_deal_CodeFuel | 
Description
Module that connects to Codefuel bidder to fetch bids. Display format is supported but not native format. Using OpenRTB standard.
Bid Params
| Name          | Scope    | Description                         | Example                                  | Type     |
|—————|———-|————————————-|——————————————|———-|
| placementId | required | Placement-Id defined by the caller  | '0111f8ac-2d40-4613-8557-b47dbf622fff' | string |
Configuration
    pbjs.setConfig({
    codefuel: {
        bidderUrl: 'https://prebidtest.zemanta.com/api/bidder/prebidtest/bid/'
    }
});