RiseXChange
Features
| Bidder Code | risexchange | Prebid.org Member | no | 
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no | 
| Media Types | display, video | Multi Format Support | will-bid-on-any | 
| TCF-EU Support | yes | IAB GVL ID | 1043 | 
| GPP Support | tcfeu, usstate_all, usp | DSA Support | check with bidder | 
| USP/CCPA Support | yes | COPPA Support | yes | 
| Supply Chain Support | yes | Demand Chain Support | check with bidder | 
| Safeframes OK | check with bidder | Supports Deals | check with bidder | 
| Floors Module Support | yes | First Party Data Support | check with bidder | 
| User IDs | all | ORTB Blocking Support | check with bidder | 
| Privacy Sandbox | check with bidder | 
Note
The RiseXChange adapter requires setup and approval. Please reach out to [prebid-rise-engage@risecodes.com] to setup an account.
Bid Parameters
Banner, Video
| Name | Scope | Type | Description | Example | 
|---|---|---|---|---|
| org | required | String | RiseXChange publisher Id | “1234567890abcdef12345678” | 
| floorPrice | optional | Number | Minimum price in USD. WARNING: Misuse of this parameter can impact revenue | 2.00 | 
| placementId | optional | String | A unique placement identifier | “12345678” | 
| testMode | optional | Boolean | This activates the test mode | false | 
| rtbDomain | optional | String | Sets the seller end point | “www.test.com” | 
| is_wrapper | private | Boolean | Please don’t use unless your account manager asked you to | false | 
Example
var adUnits = [{
        code: 'banner-div',
        mediaTypes: {
            banner: {
                sizes: [
                    [300, 250],
                    [728, 90]
                ]
            }
        },
        bids: [{
            bidder: 'risexchange',
            params: {
                org: '1234567890abcdef12345678', // Required
                floorPrice: 0.05, // Optional
                placementId: '12345678', // Optional
                testMode: false, // Optional,
                rtbDomain: 'www.test.com' //Optional
            }
        }]
    },
    {
        code: 'dfp-video-div',
        sizes: [
            [640, 480]
        ],
        mediaTypes: {
            video: {
                playerSize: [
                    [640, 480]
                ],
                context: 'instream'
            }
        },
        bids: [{
            bidder: 'risexchange',
            params: {
                org: '1234567890abcdef12345678', // Required
                floorPrice: 5.00, // Optional
                placementId: '12345678', // Optional
                testMode: false, // Optional,
                rtbDomain: 'www.test.com' //Optional
            }
        }]
    }
];
Configuration
We recommend setting UserSync by iframe for monetization.
Versions
Prebid versions 5.0-5.3 are not supported Banner >= 6.14.0
"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_risexchange | hb_bidder_risexchang | hb_adid_risexchange | 
| hb_size_risexchange | hb_source_risexchang | hb_format_risexchang | 
| hb_cache_host_risexc | hb_cache_id_risexcha | hb_uuid_risexchange | 
| hb_cache_path_risexc | hb_deal_risexchange |