Skip to content

Commit fa0728d

Browse files
Rename transitional debug reporting to cookie-based debug reporting (#1528)
1 parent 30df5c2 commit fa0728d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

AGGREGATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [Attribution trigger registration](#attribution-trigger-registration)
1313
- [Aggregatable reports](#aggregatable-reports)
1414
- [Encrypted payload](#encrypted-payload)
15-
- [Optional: transitional debugging reports](#optional-transitional-debugging-reports)
15+
- [Optional: Cookie-based debugging reports](#optional-cookie-based-debugging-reports)
1616
- [Attribution-success debugging reports](#attribution-success-debugging-reports)
1717
- [Verbose debugging reports](#verbose-debugging-reports)
1818
- [Contribution bounding and budgeting](#contribution-bounding-and-budgeting)
@@ -378,7 +378,7 @@ future versions of the API), the endpoint URL should also change.
378378
**Note:** The browser may need some mechanism to ensure that the same set of
379379
keys are delivered to different users.
380380

381-
### Optional: transitional debugging reports
381+
### Optional: Cookie-based debugging reports
382382

383383
#### Attribution-success debugging reports
384384

EVENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extension on top of this.
3636
- [Lookback window](#lookback-window)
3737
- [Optional: Varying frequency and number of reports](#optional-varying-frequency-and-number-of-reports)
3838
- [Example](#example)
39-
- [Optional: transitional debugging reports](#optional-transitional-debugging-reports)
39+
- [Optional: Cookie-based debugging reports](#optional-cookie-based-debugging-reports)
4040
- [Attribution-success debugging reports](#attribution-success-debugging-reports)
4141
- [Verbose debugging reports](#verbose-debugging-reports)
4242
- [Reporting endpoints](#reporting-endpoints)
@@ -715,11 +715,11 @@ This example configuration supports optimizing for receiving reports at earlier
715715
}
716716
```
717717
718-
### Optional: transitional debugging reports
718+
### Optional: Cookie-based debugging reports
719719
720720
The Attribution Reporting API is a new and fairly complex way to do attribution
721721
measurement without third-party cookies. As such, we are open to introducing a
722-
transitional mechanism to learn more information about attribution reports
722+
mechanism to learn more information about attribution reports
723723
_while third-party cookies are available_. This ensures that the API can be
724724
fully understood during roll-out and help flush out any bugs (either in browser
725725
or caller code), and more easily compare the performance to cookie-based

aggregate_debug_reporting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929

3030
## Introduction
3131

32-
The [transitional debugging reports](https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#optional-transitional-debugging-reports),
32+
The [cookie-based debugging reports](https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#optional-cookie-based-debugging-reports),
3333
which are currently supported by the Attribution Reporting API to facilitate
34-
testing, will be deprecated alongside third-party cookie deprecation.
34+
testing, are only permitted while third-party cookies are available.
3535

3636
Here we propose the aggregate debug reporting framework to allow developers to
37-
measure the performance of the Attribution Reporting API post third-party
38-
cookie deprecation. The aggregate debug reporting utilizes the mechanism
37+
measure the performance of the Attribution Reporting API while third-party
38+
cookies are unavailable. The aggregate debug reporting utilizes the mechanism
3939
introduced in the [Aggregate Attribution Reporting](https://github.com/WICG/attribution-reporting-api/blob/main/AGGREGATE.md)
4040
to report debug data in aggregate. To prevent leakage, the cross-site data in
4141
the aggregatable reports would be encrypted to ensure it can only be processed

verbose_debugging_reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ The trigger was rejected due to an internal error.
292292
[attribution source registrations]: https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#registering-attribution-sources
293293
[attribution trigger registrations]: https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#triggering-attribution
294294
[channel-capacity limit]: https://wicg.github.io/attribution-reporting-api/#max-event-level-channel-capacity-per-source
295-
[cookie-based debugging]: https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#optional-transitional-debugging-reports
295+
[cookie-based debugging]: https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#optional-cookie-based-debugging-reports
296296
[destination limit]: https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#limiting-the-number-of-unique-destinations-covered-by-unexpired-sources
297297
[destinations per source and reporting site per day rate limit]: https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#limiting-the-number-of-unique-destinations-covered-by-unexpired-sources
298298
[destinations per source and reporting site rate limit]: https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#limiting-the-number-of-unique-destinations-per-source-site

0 commit comments

Comments
 (0)