Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add video targeting to Beachfront adapter #2321

Merged
merged 27 commits into from
Mar 29, 2018

Conversation

jsalis
Copy link
Contributor

@jsalis jsalis commented Mar 27, 2018

Type of change

  • Feature
  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

Description of change

Adds properties to the video bid request, and a bid param to override supported mime types.

{
  bidder: 'beachfront',
  params: {
    bidfloor: 0.01,
    appId: '3b16770b-17af-4d22-daff-9606bdf2c9c3'
    video: {
      mimes: ['video/mp4', 'application/javascript']
    }
  }
}

prebid/prebid.github.io#687

@jsalis
Copy link
Contributor Author

jsalis commented Mar 28, 2018

Added PR for docs

@bretg bretg removed the needs docs label Mar 29, 2018
@idettman idettman merged commit a34dbe2 into prebid:master Mar 29, 2018
@jsalis jsalis deleted the add-video-targeting branch March 29, 2018 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants