-
Notifications
You must be signed in to change notification settings - Fork 0
Analytics
Rebecka Z edited this page Nov 3, 2017
·
40 revisions
Until we have our own data, product relies on the stats from this link.
The data is taken from the user base of my Audiobooks apps. This data may not apply to your application’s user demographics but should give a good general sense of where users are these days.
Implemented? | Event Type | Mixpanel key | Enabled when... |
---|---|---|---|
[X] 1 | Create Profile, done tap | createprofile_complete | When user taps on the 'Done' cta, user per existing logic can only tap on done 1x |
[X] 2* | Bot View | bot_view | Fired whenever a user taps into any bot profile to view for more than 7-10 seconds, can enabled further timing logic if desired (per literature, standard is 7-10 secs +) |
[X] 3* | Bot Create, part 1 | botcreate_start | The pink icon that appears across the app that initiates bot creation, HS, Bot Lists, User Profile, Explore Nearby |
[X] 4* | Bot Create, part 2 | botcreate_chooselocation | User needs to choose location, fires when they tap on next
|
[X] 5* | Bot Create, part 3 | botcreate_namebot | User names bot, fires when user taps next CTA or keyboard CTA |
[X] 6* | Bot Create, part 4 | botcreate_complete | User taps on post to complete bot creation flow |
[ ] 7 | Track follows | user_follow | Fired when user taps on pink Follow icon on User Profile, Followers List, Following List and User Search, basically everywhere on the app where the pink follow icon exist |
[X] 18 | Track unfollows | user_unfollow | Fired when user taps on Unfollow CTA from the Alert pop up on User Profile, Followers List, Following List and User Search, basically everywhere on the app where the pink follow icon exist |
[X] 8 | Saves | bot_save | Fired when user taps on save icon within bot profile |
[X] 9 | Login tap | login | Fired when user taps on Log in cta |
[X] 10 | Signup tap | signup | Fired when user taps on Sign up cta |
[X] 11 | Send confirmation | sms_confirmation_success | Fired when user taps on send confirmation for firebase sms |
[X] 16 | Send confirmation fail | sms_confirmation_try | Fired when user taps on send confirmation for firebase sms and it fails |
[X] 12 | Verify confirmation | verify_confirmation | Fired when user taps on verify confirmation for firebase sms |
[X] 17 | Verify confirmation fail | verify_confirmation_try | Fired when user taps on verify confirmation for firebase sms and it fails |
[X] 13 | Resend code | resend_code_success | Fired when user taps on resend code for firebase sms |
[X] 19 | Resend code | resend_code_try | Fired when user taps on resend code for firebase sms and fails |
[X] 14 | Logout | logout | Fired when user taps on logout CTA via User Profile |
[X] 15 | session | session | Fired when app is in foreground, ends when app is no longer in foreground, tracks duration |
|