forked from WICG/attribution-reporting-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add authors to attribution scope explainer
Adding authors to attribution scope explainer
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ _Note: This document describes possible new functionality in the Attribution Rep | |
|
||
**Table of Contents** | ||
|
||
- [Authors](#authors) | ||
- [Goals](#goals) | ||
- [Pre-Attribution Filtering](#pre-attribution-filtering) | ||
- [API changes](#api-changes) | ||
|
@@ -18,7 +19,14 @@ _Note: This document describes possible new functionality in the Attribution Rep | |
|
||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
|
||
<br> | ||
## Authors | ||
* Arpana Hosabettu ([email protected]) | ||
* Feifei Ji ([email protected]) | ||
* Vikas Sahu ([email protected]) | ||
|
||
|
||
## Introduction | ||
|
||
The current attribution logic in the Attribution Reporting API may not be ideal for use-cases where an API caller needs finer-grained control over the attribution granularity (e.g. campaign, product, conversion ID, etc.) before a source is chosen for attribution. Currently available features such as top-level filters are not sufficient for this use-case because they happen after a source has been selected (i.e. after destination matching), which results in either no attribution occurring or incorrect attribution depending on the top-level filters that are set. We can support this use-case by allowing registrations to specify predefined attribution scopes that will be considered for filtering *before* attributing a source, in order to more efficiently extract utility from the API. | ||
|
||
## Goals | ||
|