Skip to content

Commit 00c23fe

Browse files
authored
Update fwssp.md for skip params (prebid#6169)
1 parent d4a4272 commit 00c23fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev-docs/bidders/fwssp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ The following bid params are for use with the Prebid.js bid adapter:
5252
| `sdkVersion` | optional | The AdManager sdk version to use for playback. This is only valid for "outstream" formats. Default: "7.10.0" | "7.11.0" | `string` |
5353
| `format` | optional | The format to use for displaying the ad. Default: outstream | "inbanner" | `string` |
5454
| `env` | optional | The AdManager build to use for ad playback. Valid values: "prd", "stg". Default: "prd" | "stg" | `string` |
55+
| `skip` | optional | Indicates if the player will allow the video to be skipped, where 0 = no, 1 = yes | 1 | `number` |
56+
| `skipmin` | optional | Videos of total duration greater than this number of seconds can be skippable | 15 | `number` |
57+
| `skipafter` | optional | Number of seconds a video must play before skipping is enabled | 5 | `number` |

0 commit comments

Comments
 (0)