Skip to content

Commit fb73c70

Browse files
author
Andrius Versockas
committed
Eskimi: enable Prebid Server adapter
Flips pbs: true and adds pbs_app_supported: true to match the adapter shipping in prebid/prebid-server. Media types unchanged.
1 parent 880d7fd commit fb73c70

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

dev-docs/bidders/eskimi.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ layout: bidder
33
title: Eskimi
44
description: Prebid Eskimi Bidder Adapter
55
pbjs: true
6-
pbs: false
6+
pbs: true
7+
pbs_app_supported: true
78
biddercode: eskimi
89
media_types: banner, video
910
schain_supported: true
@@ -21,7 +22,7 @@ gvl_id: 814
2122
sidebarType: 1
2223
---
2324

24-
### Bid Params
25+
## Bid Params
2526

2627
{: .table .table-bordered .table-striped }
2728

@@ -31,10 +32,10 @@ sidebarType: 1
3132
| `bcat` | optional | ORTB blocked categories | `['IAB-1-1']` | `string[]`|
3233
| `badv` | optional | ORTB blocked advertiser domains | `['example.com']` | `string[]`|
3334
| `bapp` | optional | ORTB blocked applications | `['com.example.game']` | `string[]`|
34-
| `bidFloor` | optional | Minimum CPM | `0.3` | `number` |
35-
| `bidFloorCur` | optional | Currency of bid floor | `'USD'` | `string` |
36-
| `coppa` | optional | Set to `true` to enable COPPA | `true` | `boolean` |
37-
| `test` | optional | Set to `1` to enable test mode | `1` | `integer` |
35+
| `bidFloor` | optional | Minimum CPM | `0.3` | `number` |
36+
| `bidFloorCur` | optional | Currency of bid floor | `'USD'` | `string` |
37+
| `coppa` | optional | Set to `true` to enable COPPA | `true` | `boolean` |
38+
| `test` | optional | Set to `1` to enable test mode | `1` | `integer` |
3839

3940
Additionally `battr` ORTB blocking param may be set on `BANNER` and `VIDEO` media types to specify blocked creative
4041
attributes.

0 commit comments

Comments
 (0)