RtbSape
Features
| Bidder Code | rtbsape | Prebid.org Member | no | 
|---|---|---|---|
| Media Types | display, video | GDPR TCF Support | no | 
| User IDs | none | USP/CCPA Support | no | 
| Supply Chain Support | no | COPPA Support | no | 
| Demand Chain Support | no | Safeframes OK | check with bidder | 
| Supports Deals | check with bidder | Prebid.js Adapter | yes | 
| IAB GVL ID | check with bidder | Prebid Server Adapter | no | 
| Floors Module Support | no | First Party Data Support | check with bidder | 
| Multi Format Support | check with bidder | ORTB Blocking Support | check with bidder | 
"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 | 
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
               }
           }]
       }
    ];