Skip to content

Latest commit

 

History

History
99 lines (87 loc) · 2.56 KB

rise.md

File metadata and controls

99 lines (87 loc) · 2.56 KB
layout title description multiformat_supported pbjs biddercode media_types schain_supported coppa_supported pbs pbs_app_supported tcfeu_supported gpp_supported gpp_sids usp_supported floors_supported userIds gvl_id sidebarType
bidder
Rise
Prebid Rise Bidder Adapter
will-bid-on-any
true
rise
banner, video, native
true
true
true
true
true
true
tcfeu, usstate_all, usp
true
true
all
1043
1

Note

The Rise adapter requires setup and approval. Please reach out to [[email protected]] to setup an Rise account.

Bid Parameters

Banner, Video

{: .table .table-bordered .table-striped }

Name Scope Type Description Example
org required String Rise publisher Id provided by your Rise representative "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"

Example

var adUnits = [{
        code: 'banner-div',
        mediaTypes: {
            banner: {
                sizes: [
                    [300, 250],
                    [728, 90]
                ]
            }
        },
        bids: [{
            bidder: 'rise',
            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: 'rise',
            params: {
                org: '1234567890abcdef12345678', // Required
                floorPrice: 5.00, // Optional
                placementId: '12345678', // Optional
                testMode: false, // Optional,
                rtbDomain: 'www.test.com' //Optional
            }
        }]
    }
];

Configuration

Rise recommends setting UserSync by iframe for monetization.

Versions

Prebid versions 5.0-5.3 are not supported Banner >= 6.14.0