You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/bidders/fwssp.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,3 +52,6 @@ The following bid params are for use with the Prebid.js bid adapter:
52
52
|`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`|
53
53
|`format`| optional | The format to use for displaying the ad. Default: outstream | "inbanner" |`string`|
54
54
|`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