From fb73c7096fadfec2ca4c41d6f93439f1928fee41 Mon Sep 17 00:00:00 2001 From: Andrius Versockas Date: Tue, 2 Jun 2026 10:01:14 +0300 Subject: [PATCH] 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. --- dev-docs/bidders/eskimi.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-docs/bidders/eskimi.md b/dev-docs/bidders/eskimi.md index c4e7ce5c61..0a686289ab 100644 --- a/dev-docs/bidders/eskimi.md +++ b/dev-docs/bidders/eskimi.md @@ -3,7 +3,8 @@ layout: bidder title: Eskimi description: Prebid Eskimi Bidder Adapter pbjs: true -pbs: false +pbs: true +pbs_app_supported: true biddercode: eskimi media_types: banner, video schain_supported: true @@ -21,7 +22,7 @@ gvl_id: 814 sidebarType: 1 --- -### Bid Params +## Bid Params {: .table .table-bordered .table-striped } @@ -31,10 +32,10 @@ sidebarType: 1 | `bcat` | optional | ORTB blocked categories | `['IAB-1-1']` | `string[]`| | `badv` | optional | ORTB blocked advertiser domains | `['example.com']` | `string[]`| | `bapp` | optional | ORTB blocked applications | `['com.example.game']` | `string[]`| -| `bidFloor` | optional | Minimum CPM | `0.3` | `number` | -| `bidFloorCur` | optional | Currency of bid floor | `'USD'` | `string` | -| `coppa` | optional | Set to `true` to enable COPPA | `true` | `boolean` | -| `test` | optional | Set to `1` to enable test mode | `1` | `integer` | +| `bidFloor` | optional | Minimum CPM | `0.3` | `number` | +| `bidFloorCur` | optional | Currency of bid floor | `'USD'` | `string` | +| `coppa` | optional | Set to `true` to enable COPPA | `true` | `boolean` | +| `test` | optional | Set to `1` to enable test mode | `1` | `integer` | Additionally `battr` ORTB blocking param may be set on `BANNER` and `VIDEO` media types to specify blocked creative attributes.