openRTB2.5において推奨されてるVideo(インストリーム動画)の要素についてのまとめ。※推奨の他にも要素たくさんあるので、詳細は仕様書ご確認をば。
| 要素 | 型 | 説明 |
|---|---|---|
| mimes | string array;(必須) | MIMEタイプに対応 (e.g., “video/x-ms-wmv”,“video/mp4”) |
| minduration | integer; | 動画広告の最小再生時間(秒) |
| maxduration | integer; | 動画広告の最大再生時間(秒) |
| protocols | integer array; | サポートされているビデオプロトコルの配列 |
| w | integer; | デバイス非依存ピクセル(DIPS)でのビデオプレーヤーの幅 |
| h | integer; | デバイス独立ピクセル(DIPS)でのビデオプレーヤーの高さ。 |
| startdelay | integer; | プレロール、ミッドロール、またはロールの開始遅延を秒単位で示す |