-
Hello, This is more of a Streamlit question but do you plan to implement usage stats for your Streamlit app? E.g how many times an app was run, what text input was given, how many times a button was clicked, page views... that sort of thing. I'm curious about how to achieve this on Streamlit and was wondering if you already had something like this in mind. One option I found was streamlit-analytics, but it didn't work for me using the multi-page method. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
This would be a nice feature to add. One potential way is to add Google Analytics into the HTML. I will look into it. https://support.google.com/analytics/answer/1008080?hl=en#zippy=%2Cin-this-article |
Beta Was this translation helpful? Give feedback.
-
I have added Google Analytics to the web app. See this commit to see what changes I made to |
Beta Was this translation helpful? Give feedback.
This would be a nice feature to add. One potential way is to add Google Analytics into the HTML. I will look into it.
https://support.google.com/analytics/answer/1008080?hl=en#zippy=%2Cin-this-article
https://www.pair.com/support/kb/how-to-google-analytics-to-an-html-website/