From f28f8088be68843724ca7428d5b8bb95118ccbea Mon Sep 17 00:00:00 2001 From: Nan Lin <80365263+linnan-github@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:18:14 -0500 Subject: [PATCH] Add Authors to Aggregate Debug Reporting explainer (#1482) --- aggregate_debug_reporting.md | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/aggregate_debug_reporting.md b/aggregate_debug_reporting.md index 04f881563d..e11b7534ee 100644 --- a/aggregate_debug_reporting.md +++ b/aggregate_debug_reporting.md @@ -4,23 +4,29 @@ **Table of Contents** -- [Aggregate Debug Reporting](#aggregate-debug-reporting) - - [Introduction](#introduction) - - [API changes](#api-changes) - - [Opting-in aggregate debug reporting](#opting-in-aggregate-debug-reporting) - - [Aggregatable debug reports](#aggregatable-debug-reports) - - [Encrypted payload](#encrypted-payload) - - [Privacy and Security](#privacy-and-security) - - [Contribution bounding and budgeting](#contribution-bounding-and-budgeting) - - [Make count of reports deterministic with null reports](#make-count-of-reports-deterministic-with-null-reports) - - [Rate limits](#rate-limits) - - [No reporting delay](#no-reporting-delay) - - [Future considerations](#future-considerations) - - [Report verification with debug context ID](#report-verification-with-debug-context-id) - - [Application to aggregate error reporting for the Private Aggregation API](#application-to-aggregate-error-reporting-for-the-private-aggregation-api) +- [Authors](#authors) +- [Introduction](#introduction) +- [API changes](#api-changes) + - [Opting-in aggregate debug reporting](#opting-in-aggregate-debug-reporting) + - [Aggregatable debug reports](#aggregatable-debug-reports) + - [Encrypted payload](#encrypted-payload) +- [Privacy and Security](#privacy-and-security) + - [Contribution bounding and budgeting](#contribution-bounding-and-budgeting) + - [Make count of reports deterministic with null reports](#make-count-of-reports-deterministic-with-null-reports) + - [Rate limits](#rate-limits) + - [No reporting delay](#no-reporting-delay) +- [Future considerations](#future-considerations) + - [Report verification with debug context ID](#report-verification-with-debug-context-id) + - [Application to aggregate error reporting for the Private Aggregation API](#application-to-aggregate-error-reporting-for-the-private-aggregation-api) +## Authors + +* John Delaney (johnidel@chromium.org) +* Arpana Hosabettu (arpanah@chromium.org) +* Nan Lin (linnan@chromium.org) + ## Introduction The [transitional debugging reports](https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#optional-transitional-debugging-reports),