Skip to content

Commit

Permalink
Add video params to beachfront doc (#974)
Browse files Browse the repository at this point in the history
* Remove note

* add playback method to docs

* add max duration to docs
  • Loading branch information
jsalis authored and bretg committed Oct 5, 2018
1 parent fc9763b commit c6cd444
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dev-docs/bidders/beachfront.md
Expand Up @@ -26,6 +26,8 @@ gdpr_supported: true
### video params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------|----------|------------------------------------------------|-------------------------------------------|-----------------|
| `mimes` | optional | Array of strings listing supported MIME types. | `["video/mp4", "application/javascript"]` | `Array<string>` |
| Name | Scope | Description | Example | Type |
|------------------|----------|------------------------------------------------|-------------------------------------------|-----------------|
| `mimes` | optional | Array of strings listing supported MIME types. | `["video/mp4", "application/javascript"]` | `Array<string>` |
| `playbackmethod` | optional | Playback method supported by the publisher.<br/>`1`: Auto-play sound on<br/>`2`: Auto-play sound off<br/>`3`: Click-to-play<br/>`4`: Mouse-over | `1` | `integer` |
| `maxduration` | optional | Maximum video ad duration in seconds. | `30` | `integer` |

0 comments on commit c6cd444

Please sign in to comment.