Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions dev-docs/bidders/eskimi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,7 +22,7 @@ gvl_id: 814
sidebarType: 1
---

### Bid Params
## Bid Params

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

Expand All @@ -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.
Loading