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
Currently, when you try to log the average bid difference from a component auction which didn't go on to win a top level auction, the value is always logged as 0, rather than the difference between the bid value of component auction & winning component auction.
Not sure if this is a bug or by design. If the aim of this behaviour is to restrict the information from component auctions leaking into each other, then reserved.loss shouldn't be triggered at all, the 0 value log simply makes the logs useless.
@yusuf-kh, friendly re-ping, could you please add your name and affiliation to your GitHub profile? We need this to understand which type of adtech role does your company play; thanks!
Currently, when you try to log the average bid difference from a component auction which didn't go on to win a top level auction, the value is always logged as
0
, rather than the difference between the bid value of component auction & winning component auction.Not sure if this is a bug or by design. If the aim of this behaviour is to restrict the information from component auctions leaking into each other, then
reserved.loss
shouldn't be triggered at all, the0
value log simply makes the logs useless.Proposal: The
winning-bid
baseValue of other component auctions should be included for logging viasignalValue
object.Here's the concerned documentation about
signalValue
: https://github.com/WICG/turtledove/blob/main/FLEDGE_extended_PA_reporting.md#example-2-getting-the-average-bid-gap-for-an-adHere's a step by step flow of what's happening:
Current flow:
Expected flow:
The text was updated successfully, but these errors were encountered: