Analytics Enterprise Version - Link user sessions to page views
Dear Countly,
I am working on the analytics part of countly, after all the data is pushed to the API.
I would like to link a session made by an user to the corresponding page views he made during this session. How can I do that ?
Also, I would like to link a session to the corresponding events that happened during this session. How can I do that ?
Thank you in advance,
Comments
Hi Arruran,
You can go to Users > User Profiles > Select a user profile > Select a session
Under Event Timeline, in the drop-down you can select Custom Events or Views to get the corresponding events or views for the selected session.
Thank you and have a nice day!
Thanks a lot for your reply !
How in the database schema, I can link these views with the corresponding sessions ?
I can access to the session using CLY_SESSION and join with the corresponding user (app_user) using the uid field.
1 - How can I access to all the views made by different users ? Is it CLY_VIEW ?
2 - How can link these views with the corresponding sessions ?
Thank you in advance
Hi Arruran,
Below are the answers to your questions:
1. yes, [CLY]_view is the key for internal view event
2. Only by timestamp, so [CLY]_session is start of the session and all views that follow it, before next session start belong to that session
Let me know if you need further help. Thank you.
Please sign in to leave a comment.