Skip to content

Commit 2075829

Browse files
Remove aggregatable report limit when trigger context ID is non-null
1 parent a62db81 commit 2075829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4294,7 +4294,7 @@ To <dfn>trigger aggregatable attribution</dfn> given an [=attribution trigger=]
42944294
1. Decrement |sourceToAttribute|'s [=attribution source/remaining named budgets=][|matchedBudgetName|] value by
42954295
|report|'s [=aggregatable attribution report/required aggregatable budget=].
42964296
1. If |matchedDedupKey| is not null, [=list/append=] it to |sourceToAttribute|'s [=attribution source/aggregatable dedup keys=].
4297-
1. [=set/Append=] |rateLimitRecord| to the [=attribution rate-limit cache=].
4297+
1. If |trigger|'s [=attribution trigger/trigger context ID=] is null, [=set/append=] |rateLimitRecord| to the [=attribution rate-limit cache=].
42984298
1. Run [=generate null attribution reports=] with |trigger| and |report|.
42994299
1. If the result of [=checking if attribution debugging can be enabled=]
43004300
with |report|'s [=aggregatable attribution report/attribution debug info=] is true,

0 commit comments

Comments
 (0)