Is there any way to capture App viewers identifiers at runtime?

Hi,

For my streamlit app hosted on community cloud, I am trying to get some basic user analytics. Currently I am using this tool: GitHub - jrieke/streamlit-analytics: ๐Ÿ‘€ Track & visualize user interactions with your streamlit app. However that tool is reporting way more views relative to what you would expect based on the number of visitors reported in Analytics - App viewers on share.streamlit.io. So I wanted to rewrite the user analytics in my app to get better insights. My question is: Would it be possible to capture in runtime those โ€œShy Tortillaโ€ user identifiers so you can build user analytics around that?


Thanks!