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

Commit

Permalink
[DO NOT MERGE] Updated Topics update page for taxonomy/top-topics cha…
Browse files Browse the repository at this point in the history
…nges (#7843)
  • Loading branch information
samdutton authored Nov 28, 2023
1 parent bdde70d commit b6df385
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion site/en/docs/privacy-sandbox/topics/latest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ subhead: >
description: >
Updates and enhancements to the design and implementation of the API.
date: 2023-01-24
updated: 2023-09-18
updated: 2023-11-21
authors:
- leeronisrael
- joeytrotz
Expand All @@ -25,6 +25,26 @@ For a non-technical introduction, see the [Topics overview on privacysandbox.com

{% endAside %}


## New top topics selection and launching the updated classifier and taxonomy

**November 21, 2023**

### Taxonomy
The [updated taxonomy](/blog/topics-enhancements/#taxonomy) is [ramping up](https://groups.google.com/a/chromium.org/g/topics-api-announce/c/iNYk69wKnJs/m/sSWAr6NPAgAJ) to general availability. Testers should have begun to see topics from the new taxonomy on the vast majority of traffic by mid-November 2023.

### Classifier
Along with the updated taxonomy, an updated hostname classifier is ramping up to general availability. This includes a larger override list—50k rather than 10k websites—and an enhanced classifier. Together, these two changes improve the performance of Topics API classification.

### Top topics selection
In response to [feedback](https://github.com/patcg-individual-drafts/topics/issues/42) that the current top topic selection often results in topics that are less useful for ad relevance (such as "News" or "Arts & Entertainment") Chrome is introducing an enhancement to the method for selecting top topics. This updated approach considers the utility of topics following this approach:

1. At the end of each epoch, Chrome converts participating hostnames from the user’s browsing history into topics.
1. Topics are sorted first by bucket, and then by frequency. That is, if two topics are in the same bucket but have different frequency, the higher frequency topic is sorted higher.
1. Lastly, Chrome selects the top five as the user’s top topics for that epoch, which are eligible to be shared with callers.

Chrome will be rolling out this update in Q4 2023. There are no changes required for testers that have implemented Topics. See [this post](/blog/topics-enhancements) for more information.

## Shipping the Privacy Sandbox relevance and measurement APIs

**August 9, 2023**
Expand Down

0 comments on commit b6df385

Please sign in to comment.