File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : bidder
3+ title : MediaEyes
4+ description : MediaEyes Bidder Adapter
5+ pbjs : true
6+ pbs : false
7+ gvl_id : none
8+ biddercode : mediaeyes
9+ media_types : banner
10+ gdpr_supported : false
11+ usp_supported : false
12+ coppa_supported : false
13+ schain_supported : false
14+ safeframes_ok : false
15+ dchain_supported : false
16+ deals_supported : false
17+ floors_supported : true
18+ fpd_supported : false
19+ ortb_blocking_supported : false
20+ multiformat_supported : will-bid-on-one
21+ prebid_member : false
22+ ---
23+
24+ ### Description
25+
26+ MediaEyes adapter prebid connect to MediaEyes Bidding System.
27+
28+ ### Bid params
29+
30+ {: .table .table-bordered .table-striped }
31+ | Name | Scope | Description | Example | Type |
32+ | --------------| ----------| ------------------------------------| -----------------------------| ----------|
33+ | ` itemId ` | required | The item ID from MediaEyes | ` '4d27f3cc8bbd5bd153045e' ` | ` string ` |
34+ | ` bidFloor ` | optional | Lowest value of expected bid price | ` 0.1 ` | ` float ` |
35+
36+ ### Test Parameters
37+
38+ 300x250 banner test
39+
40+ ``` javascript
41+ var adUnits = [{
42+ code: ' zone-ads' ,
43+ mediaTypes: {
44+ banner: {
45+ sizes: [[300 , 250 ]]
46+ }
47+ },
48+ bids: [{
49+ bidder: ' mediaeyes' ,
50+ params : {
51+ itemId : " 4d27f3cc8bbd5bd153045e"
52+ }
53+ }]
54+ }];
55+ ```
You can’t perform that action at this time.
0 commit comments