File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4670,7 +4670,7 @@ The user agent must periodically run [=queue reports for delivery=] on the
46704670[=event-level report cache=] and [=aggregatable attribution report cache=] .
46714671
46724672To <dfn>queue reports for delivery</dfn> given a [=set=] of
4673- [=attribution reports=] |cache| and a [=moment=] |now| , run the following steps:
4673+ [=attribution reports=] |cache|, run the following steps:
46744674
467546751. Let |reportsToSend| be a new [=list=] .
467646761. [=set/iterate|For each=] |report| of |cache|:
@@ -4682,8 +4682,9 @@ To <dfn>queue reports for delivery</dfn> given a [=set=] of
46824682 forms of interruption, including shutdown, the user agent may need to
46834683 persist reports that are in the process of being sent in some other
46844684 storage.
4685- 1. If |now| - |report|'s [=attribution report/trigger time=] is less than or
4686- equal to 30 days, [=list/Append=] |report| to |reportsToSend|.
4685+ 1. If [=current wall time=] - |report|'s [=attribution report/trigger time=]
4686+ is less than or equal to 30 days, [=list/Append=] |report| to
4687+ |reportsToSend|.
468746881. [=shuffle a list|Shuffle=] |reportsToSend|.
46884689
46894690 Note: Shuffling ensures [=event-level reports=] for the same source with the same [=attribution report/report time=] are never sent
You can’t perform that action at this time.
0 commit comments