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
9 changes: 5 additions & 4 deletions dev-docs/bidders/mobkoi.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deals_supported: false
floors_supported: false
fpd_supported: true
pbjs: true
pbs: false
pbs: true
prebid_member: false
multiformat_supported: will-bid-on-one
ortb_blocking_supported: partial
Expand All @@ -34,9 +34,10 @@ more details.
### Bid Params

{: .table .table-bordered .table-striped }
| Path | Scope | Description | Example | Type |
|---------------------------------------------|----------|------------------------------|---------------------------|-----------|
| `placementId` | required | Mobkoi Provided Placement ID | `'DF2FFFFF'` | `string` |
| Path | Scope | Description | Example | Type |
|---------------------------------------------|----------|--------------------------------|---------------------------------------|----------|
| `placementId` | required | Mobkoi Provided Placement ID | `'DF2FFFFF'` | `string` |
| `adServerBaseUrl` | optional | Mobkoi adserver url (PBS only) | `https://adserver.maximus.mobkoi.com` | `string` |

#### Example Configuration

Expand Down