diff --git a/dev-docs/bidders/attekmi.md b/dev-docs/bidders/attekmi.md index f2c22d9b58..7d7be2512b 100644 --- a/dev-docs/bidders/attekmi.md +++ b/dev-docs/bidders/attekmi.md @@ -28,6 +28,7 @@ sidebarType: 1 | `partnerName` | required | Unique partner name | `'partnertest'` | `string` | | `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | | `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | +| `region` | optional | Region | `apac` | `string` | | `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` | | `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` | | `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `4` | `number` | diff --git a/dev-docs/bidders/jamojar.md b/dev-docs/bidders/jambojar.md similarity index 94% rename from dev-docs/bidders/jamojar.md rename to dev-docs/bidders/jambojar.md index 572102a01c..b18d134667 100644 --- a/dev-docs/bidders/jamojar.md +++ b/dev-docs/bidders/jambojar.md @@ -26,6 +26,7 @@ multiformat_supported: will-bid-on-any |---------------|----------|---------------------------------|-------------------------------------|-----------| | `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | | `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | +| `region` | optional | Region | `apac` | `string` | | `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` | | `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` | | `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `4` | `number` | diff --git a/dev-docs/bidders/smarthub.md b/dev-docs/bidders/smarthub.md index 66ce57ba44..3b273f6928 100644 --- a/dev-docs/bidders/smarthub.md +++ b/dev-docs/bidders/smarthub.md @@ -25,6 +25,7 @@ Please note that SmartHub has been renamed to Attekmi. | `partnerName` | required | Unique partner name | `'partnertest'` | `string` | | `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | | `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | +| `region` | optional | Region | `apac` | `string` | | `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` | | `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` | | `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `4` | `number` | diff --git a/dev-docs/bidders/vimayx.md b/dev-docs/bidders/vimayx.md deleted file mode 100644 index 41de6725f8..0000000000 --- a/dev-docs/bidders/vimayx.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -layout: bidder -title: VimayX -description: VimayX Bidder Adapter -biddercode: vimayX -aliasCode : smarthub -usp_supported: true -coppa_supported: true -schain_supported: true -dchain_supported: true -media_types: banner, video, native -safeframes_ok: true -deals_supported: true -floors_supported: true -fpd_supported: false -pbjs: true -pbs: true -pbs_app_supported: true -multiformat_supported: will-bid-on-any ---- - -### Prebid.js Bid Params - -{: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|---------------------------------|-------------------------------------|-----------| -| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | -| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | -| `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` | -| `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` | -| `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `4` | `number` | - -### Prebid Server Bid Params - -{: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|---------------------|--------------------------------------|----------| -| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | -| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` |