Skip to content

Commit

Permalink
adding note that size_id is required for PBS (#2363)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Sep 23, 2020
1 parent 90914c1 commit 330b0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidders/rubicon.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following video parameters are supported:
|----------------|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------|
| `playerWidth` | optional | Video player width in pixels. If not specified, takes width set in mediaTypes.video.playerSize | `'640'` | `string` |
| `playerHeight` | optional | Video player height in pixels. If not specified, takes height set in mediaTypes.video.playerSize | `'360'` | `string` |
| `size_id` | optional | Integer indicating the Rubicon Project video ad format ID. If not set, infers from mediaTypes.video.context | `201` | `integer` |
| `size_id` | optional for Prebid.js, required for Prebid Server | Integer indicating the Rubicon Project video ad format ID. If not set, Prebid.js can infer from mediaTypes.video.context | `201` | `integer` |
| `language` | recommended | Indicates the language of the content video, in ISO 639-1/alpha2. Highly recommended for successful monetization for pre-, mid-, and post-roll video ads. Not applicable for interstitial and outstream. | `'en'` | `string` |

{: .alert.alert-warning :}
Expand Down

0 comments on commit 330b0be

Please sign in to comment.