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.33k stars 2.08k forks source link

Support for 1 request for all bids in Appnexus adapter #350

Closed ialex closed 8 years ago

ialex commented 8 years ago

As a publisher i use multiple networks using the appnexus adapter as a base for Header bidding, but the adapter makes 1 request per bid configured and that decreases the performance for all networks since each requests takes arround 200ms. usually the first networks configured are the ones that get most winnings.

Maybe this time could be reduced if the adapter and API supported sending just 1 request for all bids for each network.

mkendall07 commented 8 years ago

@ialex Yes we are working on switching out to the appnexusAst adapter which uses a single request mode. Currently this can be used by doing a custom build of prebid.js. We don't yet have support for aliasing the adapter.

protonate commented 8 years ago

Related: #322

mkendall07 commented 8 years ago

closing this as a duplicate of #322 (it will cover both scenarios).