[go: up one dir, main page]

Skip to content

Commit

Permalink
Fix param links
Browse files Browse the repository at this point in the history
  • Loading branch information
apasel422 committed Nov 8, 2023
1 parent f6723ee commit 4115b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions params/chromium-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Chromium's implementation assigns the following values:
| ---- | ----- |
| [Max aggregation keys per source registration][] | [20][max aggregation keys per source registration value] |
| [Max pending sources per source origin][] | [1024][max pending sources per source origin value] |
| [Randomized response epsilon][] | [14][randomized response epsilon value] |
| [Max settable event-level epsilon][] | [14][max settable event-level epsilon value] |
| [Randomized null report rate excluding source registration time][] | [0.05][randomized null report rate excluding source registration time value] |
| [Randomized null report rate including source registration time][] | [0.008][randomized null report rate including source registration time value] |
| [Max event-level reports per attribution destination][] | [1024][max event-level reports per attribution destination value] |
Expand All @@ -31,8 +31,8 @@ Chromium's implementation assigns the following values:
[max aggregation keys per source registration value]: https://source.chromium.org/chromium/chromium/src/+/refs/heads/main:components/attribution_reporting/constants.h;l=19;drc=b646f894a92491033bde5d1e75aba6f44c524f0e
[Max pending sources per source origin]: https://wicg.github.io/attribution-reporting-api/#max-pending-sources-per-source-origin
[max pending sources per source origin value]: https://source.chromium.org/chromium/chromium/src/+/main:content/browser/attribution_reporting/attribution_config.h;l=122;drc=3733a639d724a4353463a872605119d11a1e4d37
[Randomized response epsilon]: https://wicg.github.io/attribution-reporting-api/#randomized-response-epsilon
[randomized response epsilon value]: https://source.chromium.org/chromium/chromium/src/+/main:content/browser/attribution_reporting/attribution_config.h;l=57;drc=3733a639d724a4353463a872605119d11a1e4d37
[Max settable event-level epsilon]: https://wicg.github.io/attribution-reporting-api/#max-settable-event-level-epsilon
[max settable event-level epsilon value]: https://source.chromium.org/chromium/chromium/src/+/main:content/browser/attribution_reporting/attribution_config.h;l=57;drc=3733a639d724a4353463a872605119d11a1e4d37
[Randomized null report rate excluding source registration time]: https://wicg.github.io/attribution-reporting-api/#randomized-null-report-rate-excluding-source-registration-time
[randomized null report rate excluding source registration time value]: https://source.chromium.org/chromium/chromium/src/+/main:content/browser/attribution_reporting/attribution_config.h;l=109;drc=3733a639d724a4353463a872605119d11a1e4d37
[Randomized null report rate including source registration time]: https://wicg.github.io/attribution-reporting-api/#randomized-null-report-rate-including-source-registration-time
Expand Down

0 comments on commit 4115b2e

Please sign in to comment.