bretg
bretg
AMP has added support for GPP consent as described in https://github.com/ampproject/amphtml/issues/38628 The design is that RTC vendor strings will be enhanced to pass one more additional value: ``` &gpp_sid=CONSENT_METADATA(gppSectionId) ```...
The Rules Taskforce has asked each PMC owning a codebase to generate a list of functionality that takes place automatically, and whether that functionality can be turned off by publishers....
I've received a request to have Prebid Server be able to filter out MRAID creatives for a specific account. They refuse to run Prebid SDK/Server in their mobile app without...
In contrast to the buyer-initiated effort to add imp.ext.tid in https://github.com/prebid/prebid-server/issues/2381, we now need to partly walk that change back. ## Requirements 1. The Prebid Publisher committee has determined that...
We discussed in last week's PBS committee meeting that it would be good to have the option for Prebid Server host companies to be able to globally deduct a hosting...
There's been a request to redesign how PBS responds to errors. Currently when PBS responds with an HTTP error code (e.g. 400), the body of the response is just a...
Currently, PBS (at least PBS-Java) is not requiring either `adm` or `nurl` in a bid response. We do require impid and price. Looking over ORTB, here's a list of fields...
Followup from #2389. The PBS behavior for externally-defined aliases is to overwrite any hardcoded alias. e.g. this incoming ORTB ``` ext.prebid.aliases: { "trustx":"grid" } ``` Effectively overrides the hardcoded aliased...
Publishers are generally responsible for creating the DSA object in the Prebid.js, but in some use cases, they can't, including App and AMP. And some Publishers might find it difficult...
Pulling the legal basis validation check out of https://github.com/prebid/prebid-server/issues/3438 for further discussion: if `dsaparams` in the response contains nonconsented reasons for selecting the ad, toss the response, using this table...