bretg
bretg
We discussed this in a recent Prebid Server committee meeting. PBS-Go will change the limit from 40KB pre-compression to something somewhat higher post-compression, As for timeout, I suppose a publisher...
In ajax.js there's a line with a hard-coded timeout: ``` export function ajaxBuilder(timeout = 3000, {request, done} = {}) { ```
This seems like a promising idea in general. My initial feedback is that things need to be done "in the Prebid Way", at least in 4.X. - Bid adapters must...
@jsnellbaker - is this still an issue for Xandr?
Can someone please define the event and provide a description of what triggers the event? Trying to make this ready for development.
Last call for community input. The resolution here is that the ID import library module will be removed in 7.0. If anyone is using this library, please let us know.
The design on the server side is that `imp[].bidfloor` is the default floor, not the minFloor. imp-level minFloor is not yet support server-side, but is in progress.
> isn't a floor the minimum by definition? PBS ignores imp.bidfloor if server-side floor data is found. `floorMin` is a failsafe the publisher can use to put a fence around...
I was asked to re-explain/re-justify this. Here are the assumptions: 1) imp.bidfloor is a default floor. Not a minFloor. Not the actual floor. It's only used by PBS if no...
Sorry, I don't understand the question @dgirardi . Are you suggesting that we remove the ability for pubs to define the currency on imp-level floors? Would we assume that currency...