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

[Spec] Add support for B&A triggered updates #1294

Merged
merged 3 commits into from
Oct 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2939,6 +2939,15 @@ a [=list=] of [=interest groups=] |bidIgs|, and a [=list=] of [=bid debug report
[=interest group/owner=] is |igPair|'s [=interest group/owner=] and [=interest group/name=] is |igPair|'s
[=interest group/name=]. [=iteration/Continue=] if none found.
1. [=list/Append=] |ig| to |bidIgs|.
1. [=map/For each=] |igPair| → |updateIfOlderThan| of |response|'s
[=server auction response/update groups=] field:
brusshamilton marked this conversation as resolved.
Show resolved Hide resolved
1. Let |ig| be the [=interest group=] in the [=user agent=]'s [=interest group set=] whose
[=interest group/owner=] is |igPair|'s [=interest group/owner=] and [=interest group/name=] is |igPair|'s
[=interest group/name=]. [=iteration/Continue=] if none found.
1. If |updateIfOlderThan| is less than 10 mintues, set it to 10 minutes.
1. If [=current wall time=] − |ig|'s [=interest group/last updated=] ≥
|updateIfOlderThan|, set |ig|'s [=interest group/next update after=] to the
qingxinwu marked this conversation as resolved.
Show resolved Hide resolved
[=current wall time=] + |updateIfOlderThan|.
1. Insert the debug reporting URLs from |response| into |bidDebugReportInfoList|.

Issue: TODO: Handle forDebuggingOnly reports from server auction.
Expand Down Expand Up @@ -3138,6 +3147,10 @@ from an auction executed on the trusted auction server. It has the following [=s
:: A [=list=] of interest group [=interest group/owner=] and
interest group [=interest group/name=] pairs that bid
in the auction.
: <dfn>update groups</dfn>
qingxinwu marked this conversation as resolved.
Show resolved Hide resolved
:: A [=map=] from [=interest group/owner=] and interest group
[=interest group/name=] pairs to a [=duration=] indicating the desired
qingxinwu marked this conversation as resolved.
Show resolved Hide resolved
maximum time since the interest group was updated.
qingxinwu marked this conversation as resolved.
Show resolved Hide resolved
: <dfn>score</dfn>
:: Null or {{double}}. Null if the server auction is not a component auction,
otherwise the {{ScoreAdOutput/desirability}} of component auction's winning bid.
Expand Down
Loading