Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updated insticator.md #3807

Merged
Merged
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
12 changes: 11 additions & 1 deletion dev-docs/bidders/insticator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
muuki88 marked this conversation as resolved.
Show resolved Hide resolved
---
Expand All @@ -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` |