From 020ff186a1a5a0b84a489496df230457a7a6ae4e Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 27 Nov 2025 09:57:25 +0200 Subject: [PATCH 1/2] Attekmi: add RadiantFusion alias --- dev-docs/bidders/radiantfusion.md | 39 +++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 dev-docs/bidders/radiantfusion.md diff --git a/dev-docs/bidders/radiantfusion.md b/dev-docs/bidders/radiantfusion.md new file mode 100644 index 0000000000..4a83107fdc --- /dev/null +++ b/dev-docs/bidders/radiantfusion.md @@ -0,0 +1,39 @@ +--- +layout: bidder +title: RadiantFusion +description: RadiantFusion Bidder Adapter +biddercode: radiantfusion +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: 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` | From 00641620dd7f20fa3ac36778caf9b6a0d7dd31ec Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 27 Nov 2025 09:58:24 +0200 Subject: [PATCH 2/2] prebid-server param switch to true --- dev-docs/bidders/radiantfusion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/radiantfusion.md b/dev-docs/bidders/radiantfusion.md index 4a83107fdc..0bffdcc5ea 100644 --- a/dev-docs/bidders/radiantfusion.md +++ b/dev-docs/bidders/radiantfusion.md @@ -14,7 +14,7 @@ deals_supported: true floors_supported: true fpd_supported: false pbjs: true -pbs: false +pbs: true pbs_app_supported: true multiformat_supported: will-bid-on-any ---