Skip to content
Open
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
12 changes: 11 additions & 1 deletion dev-docs/bidders/adocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deals_supported: false
floors_supported: false
fpd_supported: false
pbjs: true
pbs: false
pbs: true
prebid_member: false
multiformat_supported: will-bid-on-one
ortb_blocking_supported: false
Expand All @@ -40,3 +40,13 @@ If you have any issues with setting up the AdOcean bidder, please contact with y
| masterId | required | master ID | `'ek1AWtSWh3BOa_x2P1vlMQ_uXXJpJcbhsHAY5PFQjWD.D7'` | `string` |
| emitter | required | traffic source id | `'myao.adocean.pl'` | `string` |
| emitterRequestParams | optional | extra targeting parameters | `{key: 'value'}` | `object` |

## Prebid Server Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-----------------------|----------|----------------------------|----------------------------------------------------|----------|
| slaveId | required | slave ID | `'adoceanmyaotcpiltmmnj'` | `string` |
| masterId | required | master ID | `'ek1AWtSWh3BOa_x2P1vlMQ_uXXJpJcbhsHAY5PFQjWD.D7'` | `string` |
| emitterPrefix | required | adocean emitter prefix | `'myao'` | `string` |
| emitterRequestParams | optional | extra targeting parameters | `{key: 'value'}` | `object` |
Loading