attribution-reporting-api
attribution-reporting-api copied to clipboard
Attribution Reporting API
**Next meeting details:** Call-in link: https://meet.google.com/jnn-rhxv-nsy [Notes / Queue / Agenda doc](https://docs.google.com/document/d/1zUSm9nX2nUsCa_fbI96UJoRCEr3eAPwWLU7HmClhIJk/edit?usp=sharing). Comment on the agenda to add items Date: Every other Monday, from 8-9am PT Join the Google group...
The [explainer](https://github.com/WICG/attribution-reporting-api/blob/608e6da694849b1c07d297b54009b02ca9385a29/EVENT.md?plain=1#L296) already indicates that this field is optional, and this spec change aligns this field with the behavior of `source_event_id` in #518. *** Preview | Diff
While the validator is already super helpful as it raises errors for most misconfigurations, there are a few easy-to-make mistakes that don't raise errors or warnings yet. @apasel422 Could we...
Currently, the app_to_web explainer proposes adding a new request header which specifies whether a request can register with either a web or OS provided Attribution Reporting API. The EVENT.md explainer...
In the August 8, 2022 meeting we discussed changes to the ARA for [app-to-web](https://github.com/WICG/attribution-reporting-api/blob/main/app_to_web.md#cross-app-and-web-attribution-measurement) which shifts responsibility for attribution from the browser to the OS. I think it is worth...
Fixes #491 *** Preview | Diff
Fixes #521 https://github.com/WICG/attribution-reporting-api/issues/521#issuecomment-1195907890
For discussion.
Splitting the budget in the aggregate API can be difficult especially when tracking multiple trigger types with one type which we want to fire only once per source. For the...