From e7308589f81b66c21396597628767445323e6d9d Mon Sep 17 00:00:00 2001 From: Patryk Grzegorczyk Date: Fri, 11 Apr 2025 13:10:08 +0200 Subject: [PATCH] Removed adocean adapter --- dev-docs/bidders/adocean.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 dev-docs/bidders/adocean.md diff --git a/dev-docs/bidders/adocean.md b/dev-docs/bidders/adocean.md deleted file mode 100644 index 689ea32ecf..0000000000 --- a/dev-docs/bidders/adocean.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -layout: bidder -title: AdOcean -description: Prebid AdOcean Bidder Adaptor -pbjs: true -pbs: true -biddercode: adocean -tcfeu_supported: true -gvl_id: 328 -sidebarType: 1 ---- - -### Note - -The AdOcean bid adapter may require an additional setup from the AdOcean team. Please contact with your local Technical Support team or by visiting [AdOcean website](https://adocean-global.com/en/contact/). - -### Prebid.JS Bid Params - -{: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|----------|----------|-------------------|----------------------------------------------------|----------| -| slaveId | required | slave ID | `'adoceanmyaozpniqismex'` | `string` | -| masterId | required | master ID | `'tmYF.DMl7ZBq.Nqt2Bq4FutQTJfTpxCOmtNPZoQUDcL.G7'` | `string` | -| emiter | required | traffic source id | `'myao.adocean.pl'` | `string` | - -### Prebid Server Bid Params - -{: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|-------------------------------------------------------|----------------------------------------------------|----------| -| slaveId | required | slave ID | `'adoceanmyaozpniqismex'` | `string` | -| masterId | required | master ID | `'tmYF.DMl7ZBq.Nqt2Bq4FutQTJfTpxCOmtNPZoQUDcL.G7'` | `string` | -| emitterPrefix | required | AdOcean emitter prefix | `'myao'` | `string` |