-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spec for aggregate debug reporting reports generation and delivery #2
base: adrHeader
Are you sure you want to change the base?
Conversation
4586d1a
to
824633b
Compare
824633b
to
59ddffd
Compare
64dbeed
to
04c908d
Compare
per [=aggregatable debug rate-limit window=]. The second controls the total | ||
[=aggregatable debug report/required aggregatable budget=] of all [=aggregatable debug reports=] | ||
with a given ([=aggregatable debug rate-limit record/context site=], [=aggregatable debug rate-limit record/reporting site=]) | ||
per [=aggregatable debug rate-limit window=]. Its value is (2<sup>20</sup>, 65536). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure that the first value here should be a constant and not a vendor-specific value?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can keep this as a constant for now to be consistent.
e06a623
to
5dac68c
Compare
@@ -977,17 +979,23 @@ An attribution trigger is a [=struct=] with the following items: | |||
|
|||
An attribution report is a [=struct=] with the following items: | |||
|
|||
<dl dfn-for="attribution report, aggregatable report, event-level report"> | |||
<dl dfn-for="attribution report, aggregatable attribution report, event-level report, aggregatable report, aggregatable debug report"> | |||
: <dfn>reporting origin</dfn> | |||
:: A [=suitable origin=]. | |||
: <dfn>report time</dfn> | |||
:: A [=moment=]. | |||
: <dfn>report ID</dfn> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do aggregatable debug reports need a report ID?
WICG#1289
Introduce aggregatable debug reports and rename aggregatable report to aggregatable attribution reports. Aggregatable report is the base class of aggregatable attribution report and aggregatable debug report.