Back to Bidders

RixEngine

Features

Bidder Code rixengine Prebid.org Member yes
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display 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 yes
Supply Chain Support no Demand Chain Support check with bidder
Safeframes OK no Supports Deals no
Floors Module Support check with bidder First Party Data Support check with bidder
User IDs sharedId ORTB Blocking Support check with bidder
Privacy Sandbox check with bidder

Note

The RixEngine Bidding adapter requires setup before beginning. Please contact the RixEngine team contact@rixengine.com.

Bid Params

Name Scope Description Example Type
endpoint required The endpoint created on RixEngine platform, please get them from the platform http://demo.svr.rixengine.com/rtb string
sid required The sid created on RixEngine platform, please get them from the platform ‘36540’ string
token required The token created on RixEngine platform, please get them from the platform ‘1e05a767930d7d96ef6ce16318b4ab99’ string

Test Parameters

var adUnits = [
{
    sizes: [
        [300, 250] // a display size
    ],     
    bids: [{
      bidder: 'rixengine',
      params: {
        endpoint: 'http://demo.svr.rixengine.com/rtb', // required
        token: '1e05a767930d7d96ef6ce16318b4ab99', // required
        sid: '36540', // required
      }
    }]
}];

"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_rixengine hb_bidder_rixengine hb_adid_rixengine
hb_size_rixengine hb_source_rixengine hb_format_rixengine
hb_cache_host_rixeng hb_cache_id_rixengin hb_uuid_rixengine
hb_cache_path_rixeng hb_deal_rixengine

Back to Bidders