bretg

Results 118 issues of bretg

Over the years, the Prebid Server team has gotten requests to support "loss notifications" so bidders can refine their bidding algorithms. Whenever the request comes up, we decline with 3...

The benefit of having the github workflows push images to a standard place is in helping everyone upgrade more often. PBS-Go pushes images to dockerhub. Github is another place we...

pinned

Turns out issue https://github.com/prebid/prebid-server/issues/2210 wound up with different implementations between PBS-Go and PBS-Java. PBS-Go uses the spec'd replaceimpid argument to storedbidresponse, but PBS-Java utilizes a ##PBSIMPID## macro in the body...

As we've been talking with vendors who may be interested in building a Prebid Server module, the issue of local storage is consistent. For their browser- or SDK-based functionality, there's...

PBS-Go

Prebid.js 8.31 supports a new `noFloorSignalBidders` option. See https://github.com/prebid/Prebid.js/issues/10410 This is the tracking issue to support the new Schema 2 fields defined in that issue: - enforcement.noFloorSignalBidders: ["bidderA", "bidderB", "bidderC"]...

PBS-Go

We built the the [/vtrack endpoint](https://docs.prebid.org/prebid-server/endpoints/pbs-endpoint-event.html#post-vtrack) in https://github.com/prebid/prebid-server/issues/1015 The usage pattern is that Prebid.js users set this config: ``` pbjs.setConfig({ cache: { url: "https://prebid-server.rubiconproject.com/vtrack?a=ACCOUNT", vasttrack: true } }); ``` Turns...

The split between server-side and client-side analytics continues to plague us, so adding another in a long line of features aimed at having equivalent analytics functionality. (seatnonbid was the most...

PBS-Go

We discussed in committee preserving the OpenRTB `seat` field, which is overridden to 'biddercode' in Prebid. The initial idea is to store the bidder's original seat in seatbid[].ext.prebid.origseat if it's...

Starting a list of breaking changes proposed for PBS 3.0 - Remove TCFv1 GVL fallback property - Remove hardcoded alias support from the PBS-Go Default Request. Aliases are still allowed...

PBS-Go
PBS 3.0

There’s a discrepancy in /cookie_sync limit parameter handling between PBS Go and Java in the case of limit

PBS-Go
PBS 3.0