BigRichMedia
Features
| Bidder Code | big-richmedia | Prebid.org Member | no | 
|---|---|---|---|
| Media Types | display, video | GDPR TCF Support | yes | 
| User IDs | criteo, unifiedId, netId, identityLink, flocId, uid2 | USP/CCPA Support | yes | 
| Supply Chain Support | yes | COPPA Support | yes | 
| Demand Chain Support | no | Safeframes OK | check with bidder | 
| Supports Deals | check with bidder | Prebid.js Adapter | yes | 
| IAB GVL ID | 32 | Prebid Server Adapter | no | 
| Floors Module Support | yes | First Party Data Support | yes | 
| 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_big-richmedia | hb_bidder_big-richme | hb_adid_big-richmedi | 
| hb_size_big-richmedi | hb_source_big-richme | hb_format_big-richme | 
| hb_cache_host_big-ri | hb_cache_id_big-rich | hb_uuid_big-richmedi | 
| hb_cache_path_big-ri | hb_deal_big-richmedi | 
Global Settings
Set the publisherId for using bigRichemedia
pbjs.que.push(function() {
  // use the bid server in Taiwan (country code: tw)
  pbjs.setConfig({
    bigRichmedia: {
      'publisherId': 'A7FN99NZ98F5ZD4G'
    }
  });
});
Bid Params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| placementId | required | The placement ID.  You may identify a placement using the invCodeandmemberinstead of a placement ID. | 234234 | integer | 
| member | optional | The member ID  from AppNexus. Must be used with invCode. | '12345' | string | 
| invCode | optional | The inventory code from AppNexus. Must be used with member. | 'abc123' | string | 
| keywords | optional | A set of key-value pairs applied to all ad slots on the page. | keywords: { genre: ['rock', 'pop'] } | object | 
Video Object
Those configuration parameters are read from mediaTypes.video
| Name | Description | Type | 
|---|---|---|
| minduration | Integer that defines the minimum video ad duration in seconds. | integer | 
| maxduration | Integer that defines the maximum video ad duration in seconds. | integer | 
| context | A string that indicates the type of video ad requested.  Allowed values: "pre_roll";"mid_roll";"post_roll";"outstream". | string | 
| skippable | Boolean which, if true, means the user can click a button to skip the video ad.  Defaults tofalse. | boolean | 
| skipoffset | Integer that defines the number of seconds until an ad can be skipped.  Assumes skippablesetting was set totrue. | integer | 
| frameworks | Array of integers listing API frameworks supported by the publisher.  Allowed values: None: 0; VPAID 1.0:1; VPAID 2.0:2; MRAID 1.0:3; MRAID 2.0:4; ORMMA:5; OMID 1.06. | Array<integer> |