attribution-reporting-api
attribution-reporting-api copied to clipboard
Attribution Reporting API
Hello, We have two use cases in advertising which are hard to fit in with the current version of the aggregate API. Advertisers and marketers want to know from which...
Currently, the aggregate API only supports deudping at the trigger level, which means for a conversion you can record all of none of your aggregation keys. It may be desirable...
*** Preview | Diff
Otherwise, the default of `"client"` interacts incompatibly with the setting of the request's `client` to `null`. Fixes #546 *** Preview | Diff
Currently, the event-level API has a series of deadlines which slot reports into various reporting windows. See [spec](https://wicg.github.io/attribution-reporting-api/#delivery-time). Right now, e.g. triggers that are registered within (2d - 1hr) are...
Question from developer: > According to the docs, "the report may be sent at a later date if the browser was not running when the window finished. In this case,...
Currently, Attribution-Reporting-Register-Source's expiry is rounded to the nearest day. On the other hand, in our system (and business), it is important to distinguish conversions that arise within 24 hours after...
Hello, During the OT, the permission policy system has been lifted for easier testing (#551, see our related ask in #519 and in the [ps-dev-support](https://github.com/GoogleChromeLabs/privacy-sandbox-dev-support/issues/41)). I am now wondering about...
This question refers to the end state, not the Origin Trial. As target permissions mechanisms (see https://github.com/WICG/attribution-reporting-api/issues/558) are being discussed, I would like to highlight the buy-side need below. Measuring...
The [app_to_web explainer ](https://github.com/WICG/attribution-reporting-api/blob/main/app_to_web.md) doesn't explicitly document what conversion flows are supported on a single device, we should consider documenting explicit use-cases and how they are supported by this API....