Skip to content
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

Add notes about reasons an IG might not be included for bidding. #1044

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thegreatfatzby
Copy link
Contributor

No description provided.

* `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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional: Could add that fetches of biddingLogicUrl and biddingWasmHelperURL (if present) must succeed.

Fetch of trustedBiddingSignalsURL is allowed to fail or timeout, though perhaps we should change that.

@@ -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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Each non-negative targeted interest group, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants