Skip to content

Commit

Permalink
Rename debug report
Browse files Browse the repository at this point in the history
  • Loading branch information
giladbarkan-github committed Oct 23, 2024
1 parent 158dcf3 commit 050323e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ Possible values are:
<li>"<dfn><code>trigger-aggregate-deduplicated</code></dfn>"
<li>"<dfn><code>trigger-aggregate-excessive-reports</code></dfn>"
<li>"<dfn><code>trigger-aggregate-insufficient-budget</code></dfn>"
<li>"<dfn><code>trigger-aggregate-mismatched-max-aggregatable-reports-config</code></dfn>"
<li>"<dfn><code>trigger-aggregate-incompatible-max-reports</code></dfn>"
<li>"<dfn><code>trigger-aggregate-no-contributions</code></dfn>"
<li>"<dfn><code>trigger-aggregate-report-window-passed</code></dfn>"
<li>"<dfn><code>trigger-aggregate-storage-limit</code></dfn>"
Expand Down Expand Up @@ -4119,7 +4119,7 @@ To <dfn>trigger aggregatable attribution</dfn> given an [=attribution trigger=]
1. If |sourceToAttribute|'s [=attribution source/max number of aggregatable attribution reports=] is greater than
[=default max aggregatable attribution reports per source=] and |trigger|'s [=attribution trigger/trigger context ID=] is null:
1. Return the [=triggering result=] ("<code>[=triggering status/dropped=]</code>",
("<code>[=trigger debug data type/trigger-aggregate-mismatched-max-aggregatable-reports-config=]</code>", null)).
("<code>[=trigger debug data type/trigger-aggregate-incompatible-max-reports=]</code>", null)).
1. Let |windowResult| be the result of [=check whether a moment falls within a window=] with |trigger|'s
[=attribution trigger/trigger time=] and |sourceToAttribute|'s [=attribution source/aggregatable report window=].
1. If |windowResult| is <strong>falls after</strong>:
Expand Down
2 changes: 1 addition & 1 deletion verbose_debugging_reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ had [insufficient budget][].

Additional fields: `limit`

#### `trigger-aggregate-mismatched-max-aggregatable-reports-config`
#### `trigger-aggregate-incompatible-max-reports`

Aggregatable attribution for the trigger failed because the attributed source
had its max number of aggregatable attribution reports set greater than
Expand Down

0 comments on commit 050323e

Please sign in to comment.