From f979d7c62adb52c9387258bd6b549d032b9d6aea Mon Sep 17 00:00:00 2001 From: NexBid Date: Sun, 12 Jul 2026 14:31:07 +0530 Subject: [PATCH 1/2] Add NexBid bidder documentation --- dev-docs/bidders/nexbid.md | 64 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 dev-docs/bidders/nexbid.md diff --git a/dev-docs/bidders/nexbid.md b/dev-docs/bidders/nexbid.md new file mode 100644 index 0000000000..30acad2980 --- /dev/null +++ b/dev-docs/bidders/nexbid.md @@ -0,0 +1,64 @@ +--- +layout: bidder +title: NexBid +description: Prebid NexBid Bidder Adapter +biddercode: nexbid +tcfeu_supported: false +dsa_supported: false +gvl_id: none +usp_supported: true +coppa_supported: false +gpp_sids: usnat, usstate_all, usp +schain_supported: true +dchain_supported: false +userId: none +media_types: display +safeframes_ok: true +deals_supported: true +floors_supported: true +fpd_supported: true +pbjs: true +pbs: false +prebid_member: false +multiformat_supported: will-not-bid +ortb_blocking_supported: partial +privacy_sandbox: no +sidebarType: 1 +--- + +### Registration + +The NexBid adapter requires an approved publisher account and placement. Contact `prebid@nexbid.uk` for registration and test support. + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---|---|---|---|---| +| `publisherId` | required | NexBid publisher account identifier | `'2606001'` | `string` | +| `placementId` | required | NexBid placement identifier | `'moneycontrol_300x250'` | `string` | +| `configId` | optional | NexBid demand configuration identifier | `'moneycontrol.com'` | `string` | +| `test` | optional | Enables the documented NexBid test placement only | `true` | `boolean` | + +### Test Parameters + +```javascript +{ + bidder: 'nexbid', + params: { + publisherId: 'nexbid-test', + placementId: 'banner-300x250', + configId: 'prebid-review', + test: true + } +} +``` + +### First-Party Data and Blocking + +The adapter forwards Prebid `ortb2` and impression-level `ortb2Imp` data to the NexBid gateway. OpenRTB blocking information present in those objects is forwarded without adapter-side mutation. Support is therefore declared partial until each blocking field is enforced by all underlying demand sources. + +### Privacy + +The adapter forwards USP and applicable US GPP sections. NexBid does not claim TCF-EU support until it has a valid IAB Europe Global Vendor List ID and the production gateway enforces that consent. + From 6f71ce7ce4c19bc71fdc0de8975fa11d1a8aa29a Mon Sep 17 00:00:00 2001 From: NexBid Date: Sun, 12 Jul 2026 14:37:07 +0530 Subject: [PATCH 2/2] Fix NexBid bidder documentation lint --- dev-docs/bidders/nexbid.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/nexbid.md b/dev-docs/bidders/nexbid.md index 30acad2980..ca4d1ff090 100644 --- a/dev-docs/bidders/nexbid.md +++ b/dev-docs/bidders/nexbid.md @@ -26,6 +26,8 @@ privacy_sandbox: no sidebarType: 1 --- +## NexBid + ### Registration The NexBid adapter requires an approved publisher account and placement. Contact `prebid@nexbid.uk` for registration and test support. @@ -34,7 +36,7 @@ The NexBid adapter requires an approved publisher account and placement. Contact {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | -|---|---|---|---|---| +| --- | --- | --- | --- | --- | | `publisherId` | required | NexBid publisher account identifier | `'2606001'` | `string` | | `placementId` | required | NexBid placement identifier | `'moneycontrol_300x250'` | `string` | | `configId` | optional | NexBid demand configuration identifier | `'moneycontrol.com'` | `string` | @@ -61,4 +63,3 @@ The adapter forwards Prebid `ortb2` and impression-level `ortb2Imp` data to the ### Privacy The adapter forwards USP and applicable US GPP sections. NexBid does not claim TCF-EU support until it has a valid IAB Europe Global Vendor List ID and the production gateway enforces that consent. -