Skip to content

Commit

Permalink
Remove aggregatable report limit when trigger context ID is non-null
Browse files Browse the repository at this point in the history
  • Loading branch information
giladbarkan-github committed Dec 30, 2024
1 parent a62db81 commit 2075829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4294,7 +4294,7 @@ To <dfn>trigger aggregatable attribution</dfn> given an [=attribution trigger=]
1. Decrement |sourceToAttribute|'s [=attribution source/remaining named budgets=][|matchedBudgetName|] value by
|report|'s [=aggregatable attribution report/required aggregatable budget=].
1. If |matchedDedupKey| is not null, [=list/append=] it to |sourceToAttribute|'s [=attribution source/aggregatable dedup keys=].
1. [=set/Append=] |rateLimitRecord| to the [=attribution rate-limit cache=].
1. If |trigger|'s [=attribution trigger/trigger context ID=] is null, [=set/append=] |rateLimitRecord| to the [=attribution rate-limit cache=].
1. Run [=generate null attribution reports=] with |trigger| and |report|.
1. If the result of [=checking if attribution debugging can be enabled=]
with |report|'s [=aggregatable attribution report/attribution debug info=] is true,
Expand Down

0 comments on commit 2075829

Please sign in to comment.