prebid / Prebid.js

Setup and manage header bidding advertising partners without writing code or confusing line items. Prebid.js is open source and free.
https://docs.prebid.org
Apache License 2.0
1.28k stars 2.05k forks source link

Single Request Architecture #874

Closed sinuhepop closed 7 years ago

sinuhepop commented 7 years ago

Type of issue

Feature request

Description

Is there any plan for implementing SRA (Single Request Architecture)? At the moment, if a page contains 6 slots and we want to auction them between 4 bidders, we need to make 24 concurrent requests. With SRA, only 4 calls will be needed.

This has two main advantatges:

And some complications:

I always thought that SRA should be the default option, and I supposed that there were some important reasons why it isn't. But it seems that other wrappers are already doing this, so I'm wondering if it will be available on prebid.js in the future.

mkendall07 commented 7 years ago

@sinuhepop Yes ideally everyone would support this, but some do not. I don't have the data readily available but I would guess more than 50% of demand partners do not support SRA.

We have plans on building an optimized version of prebid (prebid 1.0.0) that will have a requirement to be SRA. We should have an intent to implement before the end of the year. Thanks

sinuhepop commented 7 years ago

Sounds good. Thanks.

bboigienman commented 7 years ago

Happy new year ! @mkendall07 end of year is now behind us, do you have any news about SRA availability ?

Thx