Shiny is our internal BI system. And we are using Shiny Server to run Shiny pages. I wanted to be able to track user activities on those pages. I couldn't find many articles related to that but I noticed from Sever User Guide that it is possible to have Google Analytics tacking those activities. However, we make our Shiny pages only available when people are in our internal network. I guess the Google Analytics code may not work. Anyone has similar experience? On the other hand, is there any other ways we could track those activities? Specifically I am interested in number of visits, avg session time, and geo info of those visits. Thank you!
Added: eventually we would like to have a Shiny page (or others) as a report to track our daily usage. So if we could find a way to store our site activities without impact performance, it would be great.