diff --git a/index.html b/index.html index 409338227..e4dd48d9a 100644 --- a/index.html +++ b/index.html @@ -736,7 +736,7 @@

Attribution Reporting

-

Draft Community Group Report,

+

Draft Community Group Report,

This version: @@ -756,7 +756,7 @@

Attribution Reporting

-
@@ -6354,7 +6354,7 @@

check if attribution should be blocked by rate limits with trigger, sourceToAttribute, and rateLimitRecord is not null, return it.

  • -

    If sourceToAttribute’s number of aggregatable attribution reports value is equal to max aggregatable reports per source[0], then:

    +

    If sourceToAttribute’s number of aggregatable attribution reports value is equal to max aggregatable reports per source[0] and trigger’s trigger context ID is null, then:

    1. Return the triggering result ("dropped", @@ -6379,7 +6379,7 @@

      Append report to the aggregatable attribution report cache.

    2. -

      Increment sourceToAttribute’s number of aggregatable attribution reports value by 1.

      +

      If trigger’s trigger context ID is null, increment sourceToAttribute’s number of aggregatable attribution reports value by 1.

    3. Decrement sourceToAttribute’s remaining aggregatable attribution budget value by report’s required aggregatable budget.

    4. @@ -6391,7 +6391,7 @@

      append it to sourceToAttribute’s aggregatable dedup keys.

    5. -

      Append rateLimitRecord to the attribution rate-limit cache.

      +

      If trigger’s trigger context ID is null, append rateLimitRecord to the attribution rate-limit cache.

    6. Run generate null attribution reports with trigger and report.

    7. @@ -6726,7 +6726,7 @@

      aggregatable source registration time configuration.

      trigger context ID
      -

      trigger’s trigger context ID

      +

      trigger’s trigger context ID

      filtering ID max bytes

      trigger’s aggregatable filtering ID max bytes

      @@ -6780,7 +6780,7 @@