Trending tracking (#7161)

* Add hide to Explore

* Event for show

* Add hide events to each location
This commit is contained in:
Eric Bailey
2024-12-18 13:37:46 -06:00
committed by GitHub
parent 05c43ed998
commit e7b015f53f
5 changed files with 64 additions and 5 deletions
+5
View File
@@ -236,4 +236,9 @@ export type LogEvents = {
'tmd:share': {}
'tmd:download': {}
'tmd:post': {}
'trendingTopics:show': {}
'trendingTopics:hide': {
context: 'sidebar' | 'interstitial' | 'explore'
}
}