From 9206a470ed7b198901fe1ca70de415c0d5b276dc Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 26 Jun 2026 09:47:29 +0300 Subject: [PATCH 1/2] Attekmi: add Adnex --- dev-docs/bidders/adnex.md | 41 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 dev-docs/bidders/adnex.md diff --git a/dev-docs/bidders/adnex.md b/dev-docs/bidders/adnex.md new file mode 100644 index 0000000000..78df27f1bd --- /dev/null +++ b/dev-docs/bidders/adnex.md @@ -0,0 +1,41 @@ +--- +layout: bidder +title: Adnex +description: Adnex Bidder Adapter +biddercode: adnex +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: false +pbs_app_supported: false +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 OpenRTB 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` | From 6f3383371d1f0c7972c00b5227b4018d0cff0fc0 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 26 Jun 2026 09:50:59 +0300 Subject: [PATCH 2/2] pbs true --- dev-docs/bidders/adnex.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/adnex.md b/dev-docs/bidders/adnex.md index 78df27f1bd..0458677046 100644 --- a/dev-docs/bidders/adnex.md +++ b/dev-docs/bidders/adnex.md @@ -14,8 +14,8 @@ deals_supported: true floors_supported: true fpd_supported: false pbjs: true -pbs: false -pbs_app_supported: false +pbs: true +pbs_app_supported: true multiformat_supported: will-bid-on-any ---