You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ... topLevelSeller fields are used to prevent replay of this additional bid.
Additional bids don't have a corresponding call to generateBid(), and so the seller and topLevelSeller fields in an additional bid are intended to allow for the same acknowledgement as those in browserSignals.
As discussed during the WICG call on 02/05/25 - removing the requirement for additional bids requiring toplevelseller to be known in advance would be beneficial vs trying to pass back and forth this information if the buyer doesn't care who the TLS is.
Proposal:
Allow TLS in additional bids to be optional in the JSON blob returned by the buyer, or to support a wildcard if they don't care what the TLS is.
Originally posted by @rdgordon-index in #10740
As discussed during the WICG call on 02/05/25 - removing the requirement for additional bids requiring toplevelseller to be known in advance would be beneficial vs trying to pass back and forth this information if the buyer doesn't care who the TLS is.
Proposal:
Allow TLS in additional bids to be optional in the JSON blob returned by the buyer, or to support a wildcard if they don't care what the TLS is.
Ref: prebid/Prebid.js#10740 (comment)
The text was updated successfully, but these errors were encountered: