Connatix
Features
Bidder Code | connatix | Prebid.org Member | no |
---|---|---|---|
Prebid.js Adapter | yes | Prebid Server Adapter | no |
Media Types | display | Multi Format Support | will-bid-on-one |
TCF-EU Support | yes | IAB GVL ID | 143 |
GPP Support | tcfeu, usp | DSA Support | check with bidder |
USP/CCPA Support | yes | COPPA Support | no |
Supply Chain Support | no | Demand Chain Support | no |
Safeframes OK | yes | Supports Deals | yes |
Floors Module Support | yes | First Party Data Support | no |
User IDs | none | ORTB Blocking Support | yes |
Privacy Sandbox | check with bidder |
Bid Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
placementId |
required | Placement id | 'ed8a9c16-88ea-4724-aa0d-013c3e595e49' |
string |
bidfloor |
optional | Floor price | 2.5 |
float |
Example
var adUnits = [
{
code: '1',
mediaTypes: {
banner: {
sizes: [[640, 480], [320, 180]],
},
},
bids: [
{
bidder: 'connatix',
params: {
placementId: 'e4984e88-9ff4-45a3-8b9d-33aabcad634e', // required
bidfloor: 2.5, // optional
},
},
// Add more bidders and their parameters as needed
],
},
// Define more ad units here if necessary
];
Configuration
To maximize revenue efficiency, please enable iframe
user syncing.
Connatix strongly recommends enabling user syncing through iFrames. This functionality improves DSP user match rates and increases the bid rate and bid price. Make sure to call pbjs.setConfig()
only once. This configuration is optional in Prebid, but required by Connatix.
Example configuration
pbjs.setConfig({
userSync: {
filterSettings: {
iframe: {
bidders: ['connatix'],
filter: 'include'
}
}
}
});
"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_connatix |
hb_bidder_connatix |
hb_adid_connatix |
hb_size_connatix |
hb_source_connatix |
hb_format_connatix |
hb_cache_host_connat |
hb_cache_id_connatix |
hb_uuid_connatix |
hb_cache_path_connat |
hb_deal_connatix |