Back to Bidders

Conceptx

Features

Bidder Code conceptx Prebid.org Member no
Media Types display GDPR TCF Support yes
User IDs all USP/CCPA Support no
Supply Chain Support no COPPA Support no
Demand Chain Support no GPP Support no
Supports Deals check with bidder Prebid.js Adapter yes
IAB GVL ID check with bidder Prebid Server Adapter no
Floors Module Support yes First Party Data Support check with bidder
Multi Format Support check with bidder ORTB Blocking Support check with bidder
Safeframes OK yes

"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

Bid Params

Name Scope Description Example Type
siteId required The site ID 'your-page-name'. 'your-page-name' string
adunit required The specific adunit 'some-id-3' string
var adUnits = [
    code: 'your-banner-container-id',
    mediaTypes: {
      banner: {
        sizes: [[930, 180]]
      } 
    },
    bids: [{
        bidder: 'conceptx',
        params: { 
            site: "example", adunit: "some-id-3" 
        }
    }]
];

Back to Bidders