Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-docs/bidders/fwssp.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
| `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` |

Check failure on line 43 in dev-docs/bidders/fwssp.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Bare URL used

dev-docs/bidders/fwssp.md:43:141 MD034/no-bare-urls Bare URL used [Context: "https://hub.freewheel.tv/displ..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md034.md
| `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` |
Expand Down
Loading