-
Notifications
You must be signed in to change notification settings - Fork 246
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
[Spec] Add client side support of selected reporting id for B&A #1348
Conversation
@brusshamilton PTAL. Thanks! |
spec.bs
Outdated
1. [=list/For each=] |igSize| in (|ig|'s [=interest group/size groups=])[|ad|'s | ||
[=interest group ad/size group=]]: | ||
1. If |igSize| equals |adSize|, return |ad|. | ||
1. If |igSize| equals |adSize|, set |maybeMatchingAd| to |ad|, and [=iteration/break=]. | ||
1. If |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh just noticed this. Let me see what I wanted to do, and update it now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I probably wanted to spec this k-anon check. But I'll leave it to your k-anon handling pull request, if it sounds good.
SHA: 896b8c7 Reason: push, by JensenPaul Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Add handling of selected reporting id from B&A response.
K-anon check of it will be handled in a separate PR for B&A response k-anon handling.
Also fix a bug in finding matching ad to make it align with implementation.
Preview | Diff