-
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
Fledge/PAAPI: Support for additional bids/negative targeting #10740
Comments
As I understand it, the only missing piece is allowing bid adapters to set the Most of the real work is going to be on the SSPs - packaging their bids into the fledge headers and setting up their auctionConfigs to accept them with the appropriate auction nonce / interest group buyers. |
coordination with GPT is quite difficult; what do you propose we coordinate with them. |
relevant WICG/turtledove#887 |
It seems correct; you are assuming that additional bids are returned (via headers) directly in response to the prebid request. In that case, the adapters will need to set, once the response is obtained, the
|
That is my assumption, but as I understand the proposal it's also the only way to return additional bids:
|
DV360 is interested in testing addtitional bids / negative targeting feature with SSPs. Are there still changes needed to be done on prebid.js side to enable that flow? |
Hi there, want to quickly bump up this issue as DV360 want to test this with SSP. We'd like to follow up on this feature request. |
Type of issue
Question
Description
Currently, through the FledgeForGpt module, Prebid allows returning a tuple
{bids, auctionConfigs}
, and if we understand correctly, contextual bids simply serve as bid floors for the on-device auction.The Fledge team is developing an alternative scenario (already available in Chrome Dev) where contextual bids become part of the on-device auction, enabling a range of improvements such as the ability to implement capping for contextual bids and negative targeting.
Do you plan to support this new feature within Prebid.js? We assume that the feature is quite transparent for you as it involves setting fields at the auctionConfig level, but at the same time, we believe that coordination with GPT and supervision of feasibility is necessary on your part.
Thank you in advance
Other information
WICG/turtledove#260
WICG/turtledove#739
WICG/turtledove#319
The text was updated successfully, but these errors were encountered: