Looking for session by dfullStoryId
New
Till a while ago I was able to search for a session according to the fullStoryId printed into our logs. I did it by manually changing the session URL with the id taken from this attribute.
But, seems like recently the format was changed and I can’t find it anymore.
Any way I can restore a session by using the fullstoryId?
0
Comments
3 comments
Hey @Lior.kooznits! Thanks so much for your question! 😊
It’s my understanding you may be searching for user sessions using information from data export. You are correct in that the format of session URLs did change. If you are looking to build a session url programmatically from your exports, you also need the session id from the export.
You can use this format to locate the session:
Please let me know if you have any more questions! If this is not what you’re looking to do, please reply with a bit more information about your use case as I’d be happy to work with you to find a solution!
Thanks for answering.
I was trying to follow your suggestion. indeed, I‘m trying to programticly build a URL based on a fullstory id exported into our company logs.
I’ve tried to follow your suggestion but couldn’t build the appropriate URL. it will.
I’ll try to give you a real-life example and if possible, can you advise how it should be formatted?
A URL copied from our company fullstory account: https://app.fullstory.com/ui/W1MPQ/session/8522575381381083001:8522575381381083001!2226405805421615497
A real fullStoryid stored in our logs:
#W1MPQ#16840382-d3e7-4a00-8413-f83575fa9000:a1c90f7b-1f5e-4edd-a6c0-9ad16b50eff0:1692691209537::2#/1693849285
How can I amend the URL (based on the fullStoryId) so I would be able to load the session? as mentioned?
Hey @Lior.kooznits! Thanks so much for reaching out and providing that example!
I’m happy show you how to format this:
I hope this helps! If you have any other questions, please don’t hesitate to let me know!
Please sign in to leave a comment.