Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update the k-anonymity section (#7444)
Browse files Browse the repository at this point in the history
* Add ad size information to k-anonymity section

* Update link
  • Loading branch information
kevinkiklee authored Oct 23, 2023
1 parent 0a00171 commit 7f9bd2d
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,11 @@ aggregatable reports, and we will publish a proposal once it is ready.

## K-anonymity

We will soon publish an explainer with more details on how [k-anonymity](https://github.com/WICG/turtledove/blob/main/FLEDGE_k_anonymity_server.md) will be enforced using the Protected Audience API framework.
For a creative to be considered k-anonymous, the tuple of interest group owner, bidding script URL, creative URL, and creative size must meet the threshold of a crowd of 50 users per creative (`k=50`) within the past 30 days before the ad can be served. The creative is available to be served as soon as it hits the 50 users threshold and does not need to wait for 30 days.

For rendering a creative, we will require _a crowd of 50 users per creative within the past 7 days_ to pass the k-anonymity threshold before the ad can be served. The creative is available to be served as soon as it hits the 50 ads threshold and does not need to wait for 7 days.
The k-anonymity enforcement will be ramped up gradually. Later in 2023, we will begin to check the render URL for k-anonymity. Later in Q1 2025, we will begin to check the ad size in addition to the URL for k-anonymity.

K-anonymity requirements will be available for testing and will be enforced
later in 2023. We encourage feedback from ad tech on this parameter.
You can learn more about the parameters from the [k-anonymity explainer](https://github.com/WICG/turtledove/blob/main/FLEDGE_k_anonymity_differential_privacy.md).

## Bidding and Auction Services

Expand Down

3 comments on commit 7f9bd2d

@dmdabbs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kevinkiklee , will the new 30 day enforcement parameter be updated back on the TURTLEDOVE repo?

@dmdabbs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note also that the k-anon values are inconsistent. Some places reference the old 7 day window.

@dmdabbs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Later in Q1 2025, we will begin to check the ad size in addition to the URL for k-anonymity.

Is this 2025 or 2024?

Please sign in to comment.