Skip to content
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

Open
wants to merge 6 commits into
base: adrHeader
Choose a base branch
from

Conversation

linnan-github
Copy link
Owner

@linnan-github linnan-github commented May 21, 2024

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.

index.bs Outdated Show resolved Hide resolved
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).

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?

Copy link
Owner Author

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.

index.bs Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
@@ -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>

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants