From 498e5181e223674df6a6f6cef4c167d5dd1d8c05 Mon Sep 17 00:00:00 2001 From: Gilad Barkan Date: Fri, 6 Dec 2024 23:02:27 +0000 Subject: [PATCH] Remove aggregatable report limit when trigger context ID is non-null --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 0775ec9dd..1a1aac60c 100644 --- a/index.bs +++ b/index.bs @@ -4294,7 +4294,7 @@ To trigger aggregatable attribution 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,