From 7c5c29c4dbc9c072afa5b039feb05c422e3ca74c Mon Sep 17 00:00:00 2001 From: Isaac Foster Date: Sun, 18 Feb 2024 17:07:54 -0500 Subject: [PATCH 1/2] Add notes about reasons an IG might not be included for bidding. --- FLEDGE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/FLEDGE.md b/FLEDGE.md index 4181b3753..1d297d4b9 100644 --- a/FLEDGE.md +++ b/FLEDGE.md @@ -419,7 +419,13 @@ The values of some signals (those configured by fields `auctionSignals`, `seller #### 2.2 Auction Participants -Each interest group the browser has joined and whose owner is in the list of `interestGroupBuyers` will have an opportunity to bid in the auction. See the "Buyers Provide Ads and Bidding Functions" section, below, for how interest groups bid. +Each interest group the browser has joined with: +* `owner`in the list of `interestGroupBuyers`. +* Non null `biddingLogicUrl`. +* At least one registered creative in the `ads` element. +* Priority, as stated by `priority` or calculated via `priorityVector`, is greater than or equal to 0. + +will have an opportunity to bid in the auction. See the "Buyers Provide Ads and Bidding Functions" section, below, for how interest groups bid. #### 2.3 Scoring Bids From 5a4731f6d8fb74c83eaa271cbd4b9bb09e3934d5 Mon Sep 17 00:00:00 2001 From: Paul Jensen Date: Thu, 8 Aug 2024 09:48:16 -0400 Subject: [PATCH 2/2] Update FLEDGE.md --- FLEDGE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FLEDGE.md b/FLEDGE.md index 1d297d4b9..3b99dc2f2 100644 --- a/FLEDGE.md +++ b/FLEDGE.md @@ -420,9 +420,9 @@ The values of some signals (those configured by fields `auctionSignals`, `seller #### 2.2 Auction Participants Each interest group the browser has joined with: -* `owner`in the list of `interestGroupBuyers`. -* Non null `biddingLogicUrl`. -* At least one registered creative in the `ads` element. +* `owner` in the list of `interestGroupBuyers`. +* Non null `biddingLogicURL`. The fetch of `biddingLogicURL` and `biddingWasmHelperURL` (if specified) must succeed to bid. +* At least one registered creative in the `ads` element. This implies that [negative interest groups](#621-negative-interest-groups) cannot bid as they cannot contain `ads`. * Priority, as stated by `priority` or calculated via `priorityVector`, is greater than or equal to 0. will have an opportunity to bid in the auction. See the "Buyers Provide Ads and Bidding Functions" section, below, for how interest groups bid.