From 992ea6984662d45433fc169fb09bf54567e7c53f Mon Sep 17 00:00:00 2001 From: FreeWheelVIS Date: Wed, 15 Oct 2025 11:19:00 -0400 Subject: [PATCH 1/2] Fwssp:update kv doc --- dev-docs/bidders/fwssp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/fwssp.md b/dev-docs/bidders/fwssp.md index 9bace4af4d..c92a0c2af4 100644 --- a/dev-docs/bidders/fwssp.md +++ b/dev-docs/bidders/fwssp.md @@ -40,7 +40,7 @@ The following bid params are for use with the Prebid.js bid adapter: | `bidfloorcur` | optional | Bid floor currency | "USD" | `string` | | `flags` | optional | Optional flags to include in the ad request | '+play-uapl' | `string` | | `mode` | optional | Request mode. Valid values are: “on-demand", "live". Default: "on-demand" | "live" | `string` | -| `adRequestKeyValues` | optional | An object of ad request key-value pairs. | { \_fw_player_width: '1920', \_fw_player_height: '1080' } | `object` | +| `adRequestKeyValues` | optional | An object of ad request key-value pairs. For a full list of supported key value pairs , please refer to https://hub.freewheel.tv/display/MUG/HTTP+GET+Ad+Request+-+Key+Values | { \_fw_player_width: '1920', \_fw_player_height: '1080' } | `object` | | `gdpr_consented_providers` | optional | List of Consented Providers. A comma-separated list of ids. | "216,229,80,359,479" | `string` | | `tpos` | optional | Slot time position in seconds. Default: 0 | 10 | `number` | | `slid` | optional | Slot custom ID. Any string with valid letters/digits/symbols. Default: "Preroll_1" | "CustomPreroll" | `string` | From e36337ea8f8129ac4ff57dc229469860a8ca19bf Mon Sep 17 00:00:00 2001 From: FreeWheelVIS Date: Fri, 7 Nov 2025 15:04:58 -0500 Subject: [PATCH 2/2] fix markdown lint error --- dev-docs/bidders/fwssp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/fwssp.md b/dev-docs/bidders/fwssp.md index c92a0c2af4..7b3f2aa0c9 100644 --- a/dev-docs/bidders/fwssp.md +++ b/dev-docs/bidders/fwssp.md @@ -40,7 +40,7 @@ The following bid params are for use with the Prebid.js bid adapter: | `bidfloorcur` | optional | Bid floor currency | "USD" | `string` | | `flags` | optional | Optional flags to include in the ad request | '+play-uapl' | `string` | | `mode` | optional | Request mode. Valid values are: “on-demand", "live". Default: "on-demand" | "live" | `string` | -| `adRequestKeyValues` | optional | An object of ad request key-value pairs. For a full list of supported key value pairs , please refer to https://hub.freewheel.tv/display/MUG/HTTP+GET+Ad+Request+-+Key+Values | { \_fw_player_width: '1920', \_fw_player_height: '1080' } | `object` | +| `adRequestKeyValues` | optional | An object of ad request key-value pairs. For a full list of supported key value pairs , please refer to [https://hub.freewheel.tv/display/MUG/HTTP+GET+Ad+Request+-+Key+Values] | { \_fw_player_width: '1920', \_fw_player_height: '1080' } | `object` | | `gdpr_consented_providers` | optional | List of Consented Providers. A comma-separated list of ids. | "216,229,80,359,479" | `string` | | `tpos` | optional | Slot time position in seconds. Default: 0 | 10 | `number` | | `slid` | optional | Slot custom ID. Any string with valid letters/digits/symbols. Default: "Preroll_1" | "CustomPreroll" | `string` |