Browsi
Features
| Bidder Code | browsi | Prebid.org Member | no | 
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no | 
| Media Types | video | Multi Format Support | check with bidder | 
| TCF-EU Support | yes | IAB GVL ID | 329 | 
| GPP Support | check with bidder | DSA Support | check with bidder | 
| USP/CCPA Support | yes | COPPA Support | check with bidder | 
| Supply Chain Support | yes | Demand Chain Support | check with bidder | 
| Safeframes OK | yes | Supports Deals | check with bidder | 
| Floors Module Support | check with bidder | First Party Data Support | check with bidder | 
| Endpoint Compression | check with bidder | ORTB Blocking Support | check with bidder | 
| User IDs | none | Privacy Sandbox | check with bidder | 
Note
For more information about Browsi, please contact support@browsi.com.
Bid Params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| pubId | required | Publisher ID | '117a476f-9791-4a82-80db-4c01c1683db0' | string | 
| tagId | required | Tag ID | '1' | string | 
Sample Ad Unit: For Publishers
let videoAdUnit = [
    {
        code: 'videoAdUnit',
        mediaTypes: {
            video: {
                playerSize: [[300, 250]],
                context: 'outstream'
            },
        },
        bids: [{
            bidder: 'browsi',
            params: {
                pubId: '117a476f-9791-4a82-80db-4c01c1683db0', // Publisher ID provided by Browsi
                tagId: '1' // Tag ID provided by Browsi
            }
        }]
    }];
"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_browsi | hb_bidder_browsi | hb_adid_browsi | 
| hb_size_browsi | hb_source_browsi | hb_format_browsi | 
| hb_cache_host_browsi | hb_cache_id_browsi | hb_uuid_browsi | 
| hb_cache_path_browsi | hb_deal_browsi |