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

Pass video.placement through to Prebid Server #5687

Closed
bretg opened this issue Sep 2, 2020 · 1 comment · Fixed by #5716
Closed

Pass video.placement through to Prebid Server #5687

bretg opened this issue Sep 2, 2020 · 1 comment · Fixed by #5716
Assignees
Labels

Comments

@bretg
Copy link
Collaborator

bretg commented Sep 2, 2020

Type of issue

Enhancement

Description

Prebid Server doesn't get any indication of whether a video request is instream or outstream, and what kind of "placement" it is.

Proposal

  1. We modify the PrebidServerBidAdapter to support setting imp[].video.placement
  • if AdUnit.mediaTypes.video.placement is defined send that as imp[].video.placement
  • else if AdUnit.mediaTypes.video.context="instream", send imp[].video.placement=1
  1. We modify the Prebid.org documentation to suggest defining placement when setting outstream.

https://docs.prebid.org/prebid-video/video-getting-started.html
https://docs.prebid.org/dev-docs/show-outstream-video-ads.html

@mike-chowla
Copy link
Contributor

Approach looks to good to me.

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 a pull request may close this issue.

2 participants