Skip to content

Commit 5225128

Browse files
FreeWheelVIS-VideoAssetId update videoAssetId to default to 0 (prebid#6339)
Co-authored-by: Josh Kraskin <jkraskin@freewheel.com>
1 parent d7e3c69 commit 5225128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-docs/bidders/fwssp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following bid params are for use with the Prebid.js bid adapter:
3535
| `networkId` | required | Network ID | "96749" | `string` |
3636
| `profile` | required | Profile Name - The value should contain a profile name. and NOT a numeric profile ID. This can either include the network ID prefix or with the profile name alone | "96749:global-js" | `string` |
3737
| `siteSectionId` | required | Custom Site Section tag or numeric Site Section ID | "ss_12345" | `string` |
38-
| `videoAssetId` | required | Custom content Video Asset ID | "pause_ad_video" | `string` |
38+
| `videoAssetId` | optional | Custom content Video Asset ID. Default: 0 | "pause_ad_video" | `string` or `number` |
3939
| `bidfloor` | optional | Bid floor price | 13.2118 | `number` |
4040
| `bidfloorcur` | optional | Bid floor currency | "USD" | `string` |
4141
| `flags` | optional | Optional flags to include in the ad request | '+play-uapl' | `string` |

0 commit comments

Comments
 (0)