From 344b72d4561f4490f409e0ceac2094aac0df03b3 Mon Sep 17 00:00:00 2001 From: moroz Date: Tue, 22 Feb 2022 20:13:35 +0200 Subject: [PATCH] add JANet doc remove some aliases' docs --- dev-docs/bidders/appaloosa.md | 123 ---------------------- dev-docs/bidders/{navelix.md => janet.md} | 23 ++-- dev-docs/bidders/onefiftytwomedia.md | 69 ------------ 3 files changed, 10 insertions(+), 205 deletions(-) delete mode 100644 dev-docs/bidders/appaloosa.md rename dev-docs/bidders/{navelix.md => janet.md} (80%) delete mode 100644 dev-docs/bidders/onefiftytwomedia.md diff --git a/dev-docs/bidders/appaloosa.md b/dev-docs/bidders/appaloosa.md deleted file mode 100644 index 442af1934e..0000000000 --- a/dev-docs/bidders/appaloosa.md +++ /dev/null @@ -1,123 +0,0 @@ ---- -layout: bidder -title: Appaloosa -description: Prebid Appaloosa Bidder Adapter -biddercode: appaloosa -aliasCode: adtelligent -media_types: video,banner -gdpr_supported: true -userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId -schain_supported: true -coppa_supported: true -usp_supported: true -safeframes_ok: true -prebid_member: true -pbjs: true -pbs: false ---- - -### Bid params - -{: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|-------|----------|---------------------------------|----------|-----------| -| `aid` | required | The source ID from Appaloosa. | `529814` | `integer` | - -### Description -Get access to multiple demand partners across Appaloosa AdExchange and maximize your yield with Appaloosa header bidding adapter. - -Appaloosa header bidding adapter connects with Appaloosa demand sources in order to fetch bids. -This adapter provides a solution for accessing Video demand and display demand. - -Appaloosa now supports adpod. - -### Test Parameters -``` - var adUnits = [ - - // Video instream adUnit - { - code: 'test-div', - mediaTypes: { - video: { - context: 'instream', - playerSize: [640, 480] - } - }, - bids: [{ - bidder: 'appaloosa', - params: { - aid: 472386 - } - }] - }, - - // Video outstream adUnit - { - code: 'test-div', - mediaTypes: { - video: { - context: 'outstream', - playerSize: [640, 480] - } - }, - bids: [{ - bidder: 'appaloosa', - params: { - aid: 472386 - } - }] - }, - - // Video ADPOD adUnit - { - code: 'test-div', - sizes: [[640, 480]], - mediaTypes: { - video: { - context: 'adpod', - playerSize: [640, 480] - } - }, - bids: [{ - bidder: 'appaloosa', - params: { - aid: 472386 - } - }] - }, - - // Banner adUnit - { - code: 'test-div', - mediaTypes:{ - banner:{ - sizes: [[300, 250]] - } - } - bids: [{ - bidder: 'appaloosa', - params: { - aid: 529814 - } - }] - } - ]; -``` - -### Additional Configuration - -It is possible to configure requests to be split into chunks so as to have fewer bid requests in a single http request -(default value is 10). - -``` - pbjs.setBidderConfig({ - config: { - appaloosa: { - chunkSize: 1 // makes 1 http request per 1 adunit configured - } - } - }); -``` - -Appaloosa is an aliased bidder for Adtelligent diff --git a/dev-docs/bidders/navelix.md b/dev-docs/bidders/janet.md similarity index 80% rename from dev-docs/bidders/navelix.md rename to dev-docs/bidders/janet.md index cc6ad3fb6c..914b7256fe 100644 --- a/dev-docs/bidders/navelix.md +++ b/dev-docs/bidders/janet.md @@ -1,8 +1,8 @@ --- layout: bidder -title: Navelix -description: Prebid Navelix Bidder Adapter -biddercode: navelix +title: JANet +description: Prebid JANet Bidder Adapter +biddercode: janet aliasCode: adtelligent media_types: video,banner gdpr_supported: true @@ -21,15 +21,12 @@ pbs: false {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |-------|----------|---------------------------------|----------|-----------| -| `aid` | required | The source ID from navelix. | `529814` | `integer` | +| `aid` | required | The source ID from janet. | `529814` | `integer` | ### Description -Get access to multiple demand partners across Navelix AdExchange and maximize your yield with Navelix header bidding adapter. - -Navelix header bidding adapter connects with Navelix demand sources in order to fetch bids. +JANet header bidding adapter connects with JANet demand sources in order to fetch bids. This adapter provides a solution for accessing Video demand and display demand. -Navelix now supports adpod. ### Test Parameters ``` @@ -45,7 +42,7 @@ Navelix now supports adpod. } }, bids: [{ - bidder: 'navelix', + bidder: 'janet', params: { aid: 472386 } @@ -62,7 +59,7 @@ Navelix now supports adpod. } }, bids: [{ - bidder: 'navelix', + bidder: 'janet', params: { aid: 472386 } @@ -80,7 +77,7 @@ Navelix now supports adpod. } }, bids: [{ - bidder: 'navelix', + bidder: 'janet', params: { aid: 472386 } @@ -96,7 +93,7 @@ Navelix now supports adpod. } } bids: [{ - bidder: 'navelix', + bidder: 'janet', params: { aid: 529814 } @@ -113,7 +110,7 @@ It is possible to configure requests to be split into chunks so as to have fewer ``` pbjs.setBidderConfig({ config: { - navelix: { + janet: { chunkSize: 1 // makes 1 http request per 1 adunit configured } } diff --git a/dev-docs/bidders/onefiftytwomedia.md b/dev-docs/bidders/onefiftytwomedia.md deleted file mode 100644 index d7b157bcdb..0000000000 --- a/dev-docs/bidders/onefiftytwomedia.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -layout: bidder -title: 152 Media 3.0 -description: Prebid 152 Media RTB Bidder Adapter -pbjs: true -biddercode: onefiftytwomedia -aliasCode: adtelligent -media_types: banner, video ---- - -### Bid params - -{: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|-------|----------|---------------------------------|----------|-----------| -| `aid` | required | The source ID | `350975` | `integer` | - - -### Test Parameters -``` - var adUnits = [ - - // Video instream adUnit - { - code: 'div-test-div', - sizes: [[640, 480]], - mediaTypes: { - video: { - context: 'instream' - } - }, - bids: [{ - bidder: 'onefiftytwomedia', - params: { - aid: 331133 - } - }] - }, - - // Video outstream adUnit - { - code: 'outstream-test-div', - sizes: [[640, 480]], - mediaTypes: { - video: { - context: 'outstream' - } - }, - bids: [{ - bidder: 'onefiftytwomedia', - params: { - aid: 331133 - } - }] - }, - - // Banner adUnit - { - code: 'div-test-div', - sizes: [[300, 250]], - bids: [{ - bidder: 'onefiftytwomedia', - params: { - aid: 350975 - } - }] - } - ]; -```