RtbSape
Features
| Bidder Code | rtbsape | Prebid.org Member | no | 
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no | 
| Media Types | display, video | Multi Format Support | check with bidder | 
| TCF-EU Support | no | IAB GVL ID | check with bidder | 
| GPP Support | check with bidder | DSA Support | check with bidder | 
| USP/CCPA Support | check with bidder | COPPA Support | check with bidder | 
| Supply Chain Support | check with bidder | Demand Chain Support | check with bidder | 
| Safeframes OK | check with bidder | Supports Deals | check with bidder | 
| Floors Module Support | check with bidder | First Party Data Support | check with bidder | 
| User IDs | none | ORTB Blocking Support | check with bidder | 
| Privacy Sandbox | check with bidder | 
Note
The RtbSape Header Bidding adaptor requires setup and approval before beginning. Please reach out to sergey@sape.ru for more details.
Bid Params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| placeId | required | Place ID. | 553307 | integer | 
Example
    var adUnits = [
        {
            code: 'banner-div',
            sizes: [[300, 250]],
            bids: [
                {
                    bidder: 'rtbsape',
                    params: {
                        placeId: 553307
                    }
                }
            ]
        }, {
           code: 'video-div',
           mediaTypes: {
               video: {
                   context: 'outstream',
                   playerSize: [600, 340]
               }
           },
           bids: [{
               bidder: 'rtbsape',
               params: {
                   placeId: 553309
               }
           }]
       }
    ];
"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_rtbsape | hb_bidder_rtbsape | hb_adid_rtbsape | 
| hb_size_rtbsape | hb_source_rtbsape | hb_format_rtbsape | 
| hb_cache_host_rtbsap | hb_cache_id_rtbsape | hb_uuid_rtbsape | 
| hb_cache_path_rtbsap | hb_deal_rtbsape |