Skip to content

Commit

Permalink
Add omit-user-bidding-signals enum for auctionServerRequestFlags in F…
Browse files Browse the repository at this point in the history
…LEDGE explainer (#1255)

Co-authored-by: Paul Jensen <[email protected]>
  • Loading branch information
brusshamilton and JensenPaul committed Aug 23, 2024
1 parent 4d02ec0 commit eff30c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions FLEDGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,10 @@ At some point in the future - no earlier than Q1 2025 - when the sizes are dec

The `auctionServerRequestFlags` field is optional and is only used for auctions [run on an auction server](https://github.com/WICG/turtledove/blob/main/FLEDGE_browser_bidding_and_auction_API.md).
This field contains a list of enumerated values that change what data is sent in the auction blob:
* The `omit-ads` enumeration causes the request to omit the `ads` and `adComponents` fields for
this interest group from the auction blob.
* The `omit-ads` enumeration causes the request to omit the `ads` and
`adComponents` fields for this interest group from the auction blob.
* The `omit-user-bidding-signals` enumeration causes the request to omit the
`userBiddingSignals` field for this interest group from the auction blob.
* The `include-full-ads` enumeration causes the request to include the full ad object in place of
anywhere in the request where a plain `adRenderId` would have been sent (such as in the `ads`
and `adComponents` fields as well as `prevWins`). Note that `include-full-ads` is not compatible
Expand Down

0 comments on commit eff30c1

Please sign in to comment.