diff options
Diffstat (limited to 'src/lib/statsig/events.ts')
-rw-r--r-- | src/lib/statsig/events.ts | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts index 189153a10..2014f31f5 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -170,6 +170,26 @@ export type LogEvents = { | 'PostOnboardingFindFollows' | 'ImmersiveVideo' } + 'suggestedUser:follow': { + logContext: + | 'Explore' + | 'InterstitialDiscover' + | 'InterstitialProfile' + | 'Profile' + location: 'Card' | 'Profile' + recId?: number + position: number + } + 'suggestedUser:press': { + logContext: 'Explore' | 'InterstitialDiscover' | 'InterstitialProfile' + recId?: number + position: number + } + 'suggestedUser:seen': { + logContext: 'Explore' | 'InterstitialDiscover' | 'InterstitialProfile' + recId?: number + position: number + } 'profile:unfollow': { logContext: | 'RecommendedFollowsItem' @@ -225,7 +245,6 @@ export type LogEvents = { domain: string } - 'feed:interstitial:profileCard:press': {} 'feed:interstitial:feedCard:press': {} 'profile:header:suggestedFollowsCard:press': {} |