Conceptx
Features
| Bidder Code | conceptx | Prebid.org Member | no | 
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no | 
| Media Types | display | Multi Format Support | check with bidder | 
| TCF-EU Support | no | IAB GVL ID | check with bidder | 
| GPP Support | check with bidder | DSA Support | check with bidder | 
| USP/CCPA Support | no | COPPA Support | no | 
| Supply Chain Support | no | Demand Chain Support | check with bidder | 
| Safeframes OK | yes | Supports Deals | check with bidder | 
| Floors Module Support | yes | First Party Data Support | check with bidder | 
| User IDs | all | ORTB Blocking Support | check with bidder | 
| Privacy Sandbox | check with bidder | 
Bid Params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| site | required | The site 'your-page-name'. | 'your-page-name' | string | 
| adunit | required | The specific adunit | 'some-id-3' | string | 
Banner example
var adUnits = [
    code: 'your-banner-container-id',
    mediaTypes: {
      banner: {
        sizes: [[930, 180]]
      } 
    },
    bids: [{
        bidder: 'conceptx',
        params: { 
            site: "example", adunit: "some-id-3" 
        }
    }]
];
"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_conceptx | hb_bidder_conceptx | hb_adid_conceptx | 
| hb_size_conceptx | hb_source_conceptx | hb_format_conceptx | 
| hb_cache_host_concep | hb_cache_id_conceptx | hb_uuid_conceptx | 
| hb_cache_path_concep | hb_deal_conceptx |