EX.CO
Features
| Bidder Code | exco | Prebid.org Member | yes | 
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | yes | 
| Media Types | display, video | Multi Format Support | will-bid-on-one | 
| TCF-EU Support | yes | IAB GVL ID | 444 | 
| GPP Support | some (check with bidder) | DSA Support | check with bidder | 
| USP/CCPA Support | yes | COPPA Support | no | 
| Supply Chain Support | yes | Demand Chain Support | check with bidder | 
| Safeframes OK | no | Supports Deals | no | 
| Floors Module Support | yes | First Party Data Support | no | 
| Endpoint Compression | check with bidder | ORTB Blocking Support | no | 
| User IDs | britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId | Privacy Sandbox | check with bidder | 
| Prebid Server App Support | no | 
Bid Params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| accountId | required | A unique account identifier provided by EX.CO. | '1234567890' | string | 
| publisherId | required | Publisher ID provided by EX.CO. | '1234567890' | string | 
| tagId | required | A unique Tag ID (supply id) identifier provided by EX.CO. | '1234567890' | string | 
Example
var adUnits = [{
        code: 'banner-div',
        mediaTypes: {
            banner: {
                sizes: [
                    [300, 250],
                    [728, 90]
                ]
            }
        },
        bids: [{
            bidder: 'exco',
            params: {
                accountId: '1234567890',   // Required - PROVIDED DURING SETUP...
                publisherId: '1234567890', // Required - PROVIDED DURING SETUP...
                tagId: '1234567890'        // Required - PROVIDED DURING SETUP...
            }
        }]
    }
];
// configure pbjs to enable user syncing
pbjs.setConfig({
    userSync: {
      filterSettings: {
        iframe: {
          bidders: 'exco',
          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_exco | hb_bidder_exco | hb_adid_exco | 
| hb_size_exco | hb_source_exco | hb_format_exco | 
| hb_cache_host_exco | hb_cache_id_exco | hb_uuid_exco | 
| hb_cache_path_exco | hb_deal_exco |