MediaEyes
Features
| Bidder Code | mediaeyes | Prebid.org Member | no | 
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no | 
| Media Types | display | Multi Format Support | will-bid-on-one | 
| TCF-EU Support | no | IAB GVL ID | none | 
| GPP Support | check with bidder | DSA Support | check with bidder | 
| USP/CCPA Support | no | COPPA Support | no | 
| Supply Chain Support | no | Demand Chain Support | no | 
| Safeframes OK | no | Supports Deals | no | 
| Floors Module Support | yes | First Party Data Support | no | 
| Endpoint Compression | check with bidder | ORTB Blocking Support | no | 
| User IDs | none | Privacy Sandbox | check with bidder | 
Description
MediaEyes adapter prebid connect to MediaEyes Bidding System.
Bid params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| itemId | required | The item ID from MediaEyes | '4d27f3cc8bbd5bd153045e' | string | 
| bidFloor | optional | Lowest value of expected bid price | 0.1 | float | 
Test Parameters
300x250 banner test
var adUnits = [{
  code: 'zone-ads',
  mediaTypes: {
    banner: {
      sizes: [[300, 250]]
    }
  },
  bids: [{
    bidder: 'mediaeyes',
    params : {
      itemId : "4d27f3cc8bbd5bd153045e"
    }
  }]
}];
"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_mediaeyes | hb_bidder_mediaeyes | hb_adid_mediaeyes | 
| hb_size_mediaeyes | hb_source_mediaeyes | hb_format_mediaeyes | 
| hb_cache_host_mediae | hb_cache_id_mediaeye | hb_uuid_mediaeyes | 
| hb_cache_path_mediae | hb_deal_mediaeyes |