-
Notifications
You must be signed in to change notification settings - Fork 250
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
Update FLEDGE_Key_Value_Server_API.md #726
Conversation
Looking for clarity disguised as commit, main page indicates interest group names being concatenated and added to the KV call for commong kv URLs, and table below mentions multiple IG names, want to make sure I'm understanding.
This doc is written by Protected Audience's TEE K/V server implementation (which will replace the BYOS servers in the future) and the APIs are what it'll support. Because we don't intend to support IG names in V1, the commit probably won't be necessary but we can continue with the clarification here if necessary. |
Hey @peiwenhu , so for the "v1" of BYOS server, the auction code will concatenate the IG names for any identical KV server URLs if the appropriate parameter is included? |
Yes, for the BYOS method the bidding signal fetch URL will contain both the keys and the interest group names. As with the keys, the interest group names will be URL escaped and then joined into a comma separated list. Note that the list of interest groups is only intended to be used to fetch the corresponding priority vectors in the response. The list of interest groups specifically should not control the return value for other keys or implement any operations based on the set of interest groups a user is a member of (or not a member of). |
@brusshamilton will there be some Terms of Service for an Ad Tech using these APIs to enforce that and other BYOS restrictions? |
Co-authored-by: Paul Jensen <[email protected]>
SHA: dad42d0 Reason: push, by JensenPaul Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Looking for clarity disguised as commit, main page indicates interest group names being concatenated and added to the KV call for commong kv URLs, and table below mentions multiple IG names, want to make sure I'm understanding.