Shiny apps and Analytics

Add instrumentation to Shiny apps for viewer tracking, interactions,etc
code
Author

Lisa

Published

April 29, 2024

Adding instrumentation to your shiny apps can help you understand:

Connect (as a software) isn’t aggregating and making available user interaction information, though it is aggregating higher level app specific access auditing type information. However, advanced interaction instrumentation can be accomplished through adding tracking into the content itself using services like hotjar, google analytics, or saving into the log file or pushing into somewhere external.

You can also add debug messages throughtout your shiny app and then use that with parsing the logs to estimate user interactions.