-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Specific time out for each Ad unit #360
Comments
I believe this can be accommodated with Prebid Auctions #386 in that separate auctions can be created for the different timeout requirements. |
This is a great idea @gauzerin, @protonate looks like the prebid actions are closed, will you consider adding this option for the next release? most bidders after 2x3 frequency cap, their response time doubles as their direct demand cap is reached and they call other exchanges but they still return high cpm, sometimes even higher cpm's at 3000ms+. having the ability to set timeout x to above the fold units and y to other units can increase revenue by 20-30% |
A workaround would be to run two separate auctions -- calls to |
@protonate will something like this fly? How will this run in dfp single request ? since we using diffrent timeouts will it still show the first ad units in the correct timeouts ?
|
Making two calls to |
@mercuryyy have a look here for the expected parameter names for Timeout values can be passed as
Note that we are passing an object to |
Many thanks. |
Closing as answered -- this behavior can be accomplished in an implementation rather than within prebid core. |
Hi has anyone built something like that?
We want to serve ATF mobile adunits with timeout of only 500-700ms to guarantee highest possible view ability. At the same time we want to keep auction open a bit longer for the rest of ad units in hope that more valuable bids will come in.
The text was updated successfully, but these errors were encountered: