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

Commit b6df385

Browse files
authored
[DO NOT MERGE] Updated Topics update page for taxonomy/top-topics changes (#7843)
1 parent bdde70d commit b6df385

File tree

1 file changed

+21
-1
lines changed
  • site/en/docs/privacy-sandbox/topics/latest

1 file changed

+21
-1
lines changed

site/en/docs/privacy-sandbox/topics/latest/index.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ subhead: >
66
description: >
77
Updates and enhancements to the design and implementation of the API.
88
date: 2023-01-24
9-
updated: 2023-09-18
9+
updated: 2023-11-21
1010
authors:
1111
- leeronisrael
1212
- joeytrotz
@@ -25,6 +25,26 @@ For a non-technical introduction, see the [Topics overview on privacysandbox.com
2525

2626
{% endAside %}
2727

28+
29+
## New top topics selection and launching the updated classifier and taxonomy
30+
31+
**November 21, 2023**
32+
33+
### Taxonomy
34+
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.
35+
36+
### Classifier
37+
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.
38+
39+
### Top topics selection
40+
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:
41+
42+
1. At the end of each epoch, Chrome converts participating hostnames from the user’s browsing history into topics.
43+
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.
44+
1. Lastly, Chrome selects the top five as the user’s top topics for that epoch, which are eligible to be shared with callers.
45+
46+
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.
47+
2848
## Shipping the Privacy Sandbox relevance and measurement APIs
2949

3050
**August 9, 2023**

0 commit comments

Comments
 (0)