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

Support HTML-based outstream video #979

Open
bretg opened this issue May 15, 2024 · 0 comments
Open

Support HTML-based outstream video #979

bretg opened this issue May 15, 2024 · 0 comments

Comments

@bretg
Copy link
Contributor

bretg commented May 15, 2024

The Problem

As covered in #947, Prebid SDK handles outstream ads different from Prebid.js, which causes a problem in a multiformat banner+video scenario: the ad server line items cannot be set up to make this scenario work properly as currently documented.

There was a proposal to fix the situation with yet-another-key-value-pair, but the alternate proposal is to enhance Prebid SDK to support HTML-based outstream, which makes the problem go away by making the rendering of outstream the same in Mobile as it is in JS.

Proposed Solution

The general idea is to make outstream rendering work in Prebid SDK similar to the way it works in Prebid.js.

There's already a discussion taking place in prebid/Prebid.js#10433 (comment) on how to define the rendererUrl returned from Prebid Server - am thinking this should be applied to Prebid SDK as well as JS.

Need someone to propose how the app developer can define the outstream rendering preferences with the Prebid SDK:

  1. GMA SDK render (for backwards compatibility)
  2. render with custom SDK
  3. render with webview, preferring app-specified renderer
  4. render with webview, preferring bidder-specified renderer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Requirements
Development

No branches or pull requests

4 participants