Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event-level reports should indicate how noise has been applied #273

Closed
csharrison opened this issue Nov 30, 2021 · 5 comments · Fixed by #274
Closed

Event-level reports should indicate how noise has been applied #273

csharrison opened this issue Nov 30, 2021 · 5 comments · Fixed by #274
Assignees

Comments

@csharrison
Copy link
Collaborator

We should consider adding fields like:

metadata_noise_probability or randomized_response_probability

This will make it easier to handle multiple implementations with different probabilities (or different experiments in the same implementation). It also signals to developers that values may be noisy.

cc @maudnals @johnivdel

@apasel422
Copy link
Collaborator

I'm happy to spec and implement this.

@apasel422 apasel422 self-assigned this Nov 30, 2021
@apasel422
Copy link
Collaborator

Do we want to have separate fields for source event ID noise probability and trigger data noise probability?

@csharrison
Copy link
Collaborator Author

Do we want to have separate fields for source event ID noise probability and trigger data noise probability?

Yes I think that should be fine for now.

@apasel422
Copy link
Collaborator

@csharrison Are we concerned about the potential for these values to be used for fingerprinting?

@csharrison
Copy link
Collaborator Author

@csharrison Are we concerned about the potential for these values to be used for fingerprinting?

No I am not concerned. Users of the API need to know what the API is doing, so I think defending against this is going to be very challenging and we won't be exposing anything more than browser major version anyways (in majority of cases) which is being sent by default:
https://developer.chrome.com/docs/privacy-sandbox/user-agent/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants