From 3771a7518c29d94d34d4ffee01fd6dc40a01c870 Mon Sep 17 00:00:00 2001 From: John Salis Date: Thu, 19 Nov 2020 20:59:25 -0500 Subject: [PATCH] add responseType to beachfront bidder params --- dev-docs/bidders/beachfront.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/beachfront.md b/dev-docs/bidders/beachfront.md index 53cfac114a..f314d3d49b 100644 --- a/dev-docs/bidders/beachfront.md +++ b/dev-docs/bidders/beachfront.md @@ -40,6 +40,7 @@ For further information, please contact adops@beachfront.com. | `appId` | optional | Beachfront Exchange ID for video bids. | `'11bc5dd5-7421-4dd8-c926-40fa653bec76'` | `string` | | `bidfloor` | optional | Bid floor for video bids. | `0.01` | `float` | | `tagid` | optional | Tag ID | `'7cd7a7b4-ef3f-4aeb-9565-3627f255fa10'` | `string` | +| `responseType` | optional | Video response type.
`both`: VAST URL and VAST XML
`nurl`: VAST URL only
`adm`: VAST XML only | `'both'` | `string` | | `mimes` | optional | Array of strings listing supported MIME types. | `["video/mp4", "application/javascript"]` | `Array` | | `playbackmethod` | optional | Playback method supported by the publisher.
`1`: Auto-play sound on
`2`: Auto-play sound off
`3`: Click-to-play
`4`: Mouse-over | `1` | `integer` | | `maxduration` | optional | Maximum video ad duration in seconds. | `30` | `integer` |