Skip to content

Commit

Permalink
Fix: add quotes to context string param
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffray-viously committed Oct 20, 2023
1 parent a103b61 commit 25ee659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/bidders/sparteo.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Sparteo Header Bidding adapter requires setup and approval. Please reach out to
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------------|----------|--------------------------------------------------------------------------|----------------|------------------|
| `context` | required | The video context, either 'instream', 'outstream'. | `instream` | `String` |
| `context` | required | The video context, either 'instream', 'outstream'. | `'instream'` | `String` |
| `playerSize` | required | The size (width, height) of the video player on the page, in pixels. | `[640, 480]` | `Array<integer>` |
| `playbackmethod` | required | Defines how the video inventory is initiated following the OpenRTB spec. | `[4, 5]` | `Array<integer>` |
| `protocols` | required | Defines the video protocols allowed. | `[1, 2]` | `Array<integer>` |
| `api` | required | Defines the video api allowed. | `[1, 2]` | `Array<integer>` |
| `mimes` | required | Defines the video mimes allowed. | `['video/mp4]` | `Array<String>` |
| `mimes` | required | Defines the video mimes allowed. | `['video/mp4']` | `Array<String>` |
| `skip` | required | Defines if skip is allowed. | `1` | `integer` |
| `startdelay` | required | Defines the startDelay. | `0` | `integer` |
| `placement` | required | Defines the placement. | `1` | `integer` |
Expand Down

0 comments on commit 25ee659

Please sign in to comment.