Bridgeupp
Features
| Bidder Code | sonarads | Prebid.org Member | no | 
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no | 
| Media Types | display | Multi Format Support | will-bid-on-any | 
| TCF-EU Support | yes | IAB GVL ID | 1300 | 
| GPP Support | check with bidder | DSA Support | check with bidder | 
| USP/CCPA Support | yes | COPPA Support | yes | 
| 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 | check with bidder | 
| User IDs | none | Privacy Sandbox | check with bidder | 
Note
The Bridgeupp Prebid adapter requires a setup to create a Site IDs. Please contact your Bridgeupp partner manager for setup assistance. For queries, write to us at support@bridgeupp.com
Bid Params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| siteId | required | Placement ID | '1234' | string | 
| bidfloor | optional | Minimum price in USD | '1.50' | float | 
First Party Data
Bridgeupp supports both ortb2 and ortb2Imp methods to set First Party Data.
Propertis like :
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| ortb2.site | optional | Information about the publisher’s website provided through an OpenRTB Site object. | N/A | object | 
| ortb2.user | optional | Information about the advertising device’s human user, provided through an OpenRTB User object. | N/A | object | 
| ortb2.device | optional | Information about the user’s device provided through an OpenRTB device object. | N/A | object | 
| ortb2.bcat | optional | Blocked advertiser categories using the IAB content categories. | [ "IAB25" ] | string array | 
| ortb2.badv | optional | Block list of advertisers by their domains | [ "ford.com" ] | string array | 
Example Ad-Units
Banner
    var adUnits = [{
        code: 'test-div',
        mediaTypes: {
            banner: {
                sizes: [[300, 250], [336, 336]]
            }
        },
        bids: [{
            bidder: 'sonarads',
            params: {
                siteId: 'site-id-example-132', // siteId provided by Bridgeupp
                bidfloor: 0.01
            }
        }]
    }];
"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_sonarads | hb_bidder_sonarads | hb_adid_sonarads | 
| hb_size_sonarads | hb_source_sonarads | hb_format_sonarads | 
| hb_cache_host_sonara | hb_cache_id_sonarads | hb_uuid_sonarads | 
| hb_cache_path_sonara | hb_deal_sonarads |