diff --git a/dev-docs/bidders/insticator.md b/dev-docs/bidders/insticator.md index b7aef79529..c1ab58e61d 100644 --- a/dev-docs/bidders/insticator.md +++ b/dev-docs/bidders/insticator.md @@ -6,7 +6,8 @@ biddercode: insticator gdpr_supported: true usp_supported: true schain_supported: true -media_types: banner +media_types: banner, video +multiformat_supported: will-bid-on-any pbjs: true gvl_id: 910 --- @@ -21,3 +22,12 @@ gvl_id: 910 | `gender` | optional | Gender | `'M'` | `string` | | `instl` | optional | 1 = the ad is interstitial or full screen, 0 = not interstitial. | `1` | `number` | | `pos` | optional | ad position as per IAB standards | `1` | `number` | + +### video parameters + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | +|------------------------|----------|-------------------------------------------------------------|---------| +| `video.mimes` | required | Video MIME types | `['video/mp4','video/x-flv']` | +| `video.w` | recommended | Width of the video player in device independent pixels (DIPS). | `300` | +| `video.h` | recommended | Height of the video player in device independent pixels (DIPS). | `250` |