Back to Bidders
CondorX
Features
Bidder Code |
condorx |
Prebid.org Member |
no |
Prebid.js Adapter |
yes |
Prebid Server Adapter |
no |
Media Types |
display, native |
Multi Format Support |
will-bid-on-any |
TCF-EU Support |
yes |
IAB GVL ID |
1375 |
GPP Support |
check with bidder |
DSA Support |
no |
USP/CCPA Support |
no |
COPPA Support |
no |
Supply Chain Support |
no |
Demand Chain Support |
no |
Safeframes OK |
no |
Supports Deals |
no |
Floors Module Support |
yes |
First Party Data Support |
no |
User IDs |
none |
ORTB Blocking Support |
no |
Privacy Sandbox |
check with bidder |
|
|
Note
The CondorX Bidding adapter requires setup before beginning. Please contact us at CondorX.
Bid params
Name |
Scope |
Description |
Example |
widget |
required |
The widget ID, by CondorX |
12345 |
website |
required |
The website ID, by Condorx |
12345 |
url |
optional |
Current url |
https://condorx.io |
Example Ad Unit
```javascript
var adUnits = [{
code: ‘condorx-container-id’,
mediaTypes: {
banner: {
sizes: [[300, 250]],
}
},
bids: [{
bidder: “condorx”,
params: {
widget: ‘widget id by CondorX’,
website: ‘website id by CondorX’,
url:’current url’
}
}]
}];
"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_condorx |
hb_bidder_condorx |
hb_adid_condorx |
hb_size_condorx |
hb_source_condorx |
hb_format_condorx |
hb_cache_host_condor |
hb_cache_id_condorx |
hb_uuid_condorx |
hb_cache_path_condor |
hb_deal_condorx |
|
Back to Bidders