Add search event analytics (#9949)
Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
@@ -649,6 +649,32 @@ export type Events = {
|
||||
tab: string
|
||||
}
|
||||
|
||||
'search:query': {
|
||||
source: 'typed' | 'history' | 'autocomplete'
|
||||
}
|
||||
|
||||
'search:results:loaded': {
|
||||
tab: 'top' | 'latest' | 'people' | 'feeds'
|
||||
initialCount: number
|
||||
}
|
||||
|
||||
'search:result:press': {
|
||||
tab?: 'top' | 'latest' | 'people' | 'feeds'
|
||||
resultType: 'post' | 'profile' | 'feed'
|
||||
position: number
|
||||
uri: string
|
||||
}
|
||||
|
||||
'search:recent:press': {
|
||||
profileDid: string
|
||||
position: number
|
||||
}
|
||||
|
||||
'search:autocomplete:press': {
|
||||
profileDid: string
|
||||
position: number
|
||||
}
|
||||
|
||||
'progressGuide:hide': {}
|
||||
'progressGuide:followDialog:open': {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user