From 3e1743a89dba9017b1d15a7b0b38e6d9e41c6123 Mon Sep 17 00:00:00 2001 From: Gilad Barkan Date: Wed, 30 Oct 2024 19:06:30 +0000 Subject: [PATCH] Only restrict aggregatable report count when trigger context ID is null --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index b09f206013..a516424597 100644 --- a/index.bs +++ b/index.bs @@ -4149,7 +4149,7 @@ To trigger aggregatable attribution given an [=attribution trigger=] 1. If the result of running [=check if attribution should be blocked by rate limits=] with |trigger|, |sourceToAttribute|, and |rateLimitRecord| is not null, return it. -1. If |sourceToAttribute|'s [=attribution source/number of aggregatable attribution reports=] value is equal to [=max aggregatable reports per source=][0], then: +1. If |sourceToAttribute|'s [=attribution source/number of aggregatable attribution reports=] value is equal to [=max aggregatable reports per source=][0] and |trigger|'s [=attribution trigger/trigger context ID=] is null, then: 1. Return the [=triggering result=] ("[=triggering status/dropped=]", ("[=trigger debug data type/trigger-aggregate-excessive-reports=]", null)). 1. If the result of running [=check if an attribution source can create aggregatable contributions=]