-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instrument metrics for iOS for the IA project #5401
Comments
We have room preview bottom sheet but also space preview bottom sheet (which are mostly the same). We have the following possibilities:
|
About trigger for joinedRoom event. one of the trigger is
What about suggested rooms in home and rooms screens? We can use the |
No, lets not track them. If we can treat room and space previews separately, that would be best. Yes, lets have separate trigger for Home and Room screens - ideally one each as we want to know how often those screens are used to inform the designs Nique is doing right now. |
…or_the_IA_project Instrument metrics for iOS for the IA project #5401
Waiting for #5834 to be reviewed before closing this ticket. |
We want to know if the IA changes are successful. For this we need to learn more about how users currently use element and whether the IA changes are improving or not making worse their workflows.
Details of what needs to be instrumented are in this internal spreadsheet.
Search
Global search
User Paths: MobileSearchRooms
could be solved with userPath
MobileSearch*
->Room
->MobileSearch*
userPath:
MobileSearch*
->Room
= success,MobileSearch*
->Home
= failureuserPath:
MobileSearch*
->Home
= failureNeeds steps in Funnel (screen->event->screen)
User paths from Home, MobilePeople, MobileRooms, etc:
userPath:
MobileSearch*
Room header menu
User paths from RoomDetails (Home means "Leave", "Room" means go back without further action):
userPath:
Room
->RoomDetail
Left panel
User paths from MobileSidebar:
userPath:
MobileSideBar
->MobileSpaceMenu
,Settings
,and other related screensInteraction
eventSpacePanelSwitchSpace
Interaction
eventSpacePanelSelectedSpace
TBD: find the right way:
Not able to provide reliable properties as cohorts are user and not device related.
Settings
As discussed: userPath from
Settings
Spaces
user property
numSpace
still to be discussed which event we will useevent
JoinedRoom
event
ViewRoom
withisSpace = true
userPath
MobileSideBar
->MobileSpaceExploreRoom
userPath
Home
,MobileFavourites
,MobilePeople
,MobileRooms
Rooms
event
ViewRoom
event
JoinedRoom
screen events
StartChat
andCreateRoom
The text was updated successfully, but these errors were encountered: