Rediads
Features
| Bidder Code | rediads | Prebid.org Member | no | 
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | yes | 
| Media Types | display, video, native | Multi Format Support | will-bid-on-one | 
| TCF-EU Support | no | IAB GVL ID | check with bidder | 
| GPP Support | check with bidder | DSA Support | check with bidder | 
| USP/CCPA Support | yes | COPPA Support | no | 
| Supply Chain Support | yes | Demand Chain Support | no | 
| Safeframes OK | no | Supports Deals | no | 
| Floors Module Support | yes | First Party Data Support | yes | 
| Endpoint Compression | check with bidder | ORTB Blocking Support | partial | 
| User IDs | none | Privacy Sandbox | check with bidder | 
| Prebid Server App Support | check with bidder | 
Bid Params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| account_id | required | Account ID generated on the Rediads Platform. | ‘123xyz’ | string | 
| endpoint | optional | Only to be used if RediAds team provides you with one. | ‘bidding2’ | string | 
| slot | optional | Unique identifier for the ad slot generated on the platform. | ‘54321’ | string | 
Enabling Test Bids
To enable test bids for the Rediads Bidder Adapter, append rediads-test-bids to the hash of the page URL.
For example:
- Localhost: http://localhost:8000/xyz#rediads-test-bid
- Production URL: https://domain.com/page#rediads-test-bid
This will activate test bids for debugging and validation purposes.
AdUnit Examples
AdUnit Format for Banner
var adUnits = [
  {
    code: 'test-div',
    mediaTypes: {
      banner: {
        sizes: [[300, 250], [300, 600]]
      }
    },
    bids: [
      {
        bidder: 'rediads',
        params: {
          account_id: '12345',
          slot: '54321'
        }
      }
    ]
  }
];
First Party Data Support
The following fields are supported for First Party Data (FPD):
- ortb2.site.*
- ortb2.publisher.*
- ortb2.content.*
- ortb2.devices.locations parameters
For additional implementation or support, contact us at support@rediads.com.
"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_rediads | hb_bidder_rediads | hb_adid_rediads | 
| hb_size_rediads | hb_source_rediads | hb_format_rediads | 
| hb_cache_host_rediad | hb_cache_id_rediads | hb_uuid_rediads | 
| hb_cache_path_rediad | hb_deal_rediads |