Add trendingTopic:seen metric (#11309)

This commit is contained in:
DS Boyce
2026-07-27 17:06:10 -07:00
committed by GitHub
parent a5f0e8839a
commit e4ba1b4378
6 changed files with 54 additions and 16 deletions
+4
View File
@@ -750,6 +750,10 @@ export type Events = {
'trendingTopics:hide': {
context: 'settings' | 'sidebar' | 'interstitial' | 'explore:trending'
}
'trendingTopic:seen': {
context: 'sidebar' | 'interstitial' | 'explore'
recId?: string
}
'trendingTopic:click': {
context: 'sidebar' | 'interstitial' | 'explore'
recId?: string