Azure Application Insights for web pages
Add Azure Application Insights tracking to a Shiny App. Requires an active Azure subscription and Application Insights instrumentation key!
Based on https://docs.microsoft.com/en-us/azure/azure-monitor/app/javascript / https://github.com/microsoft/ApplicationInsights-JS. package
Documentation in this page will be limited, as most is explained on the main page.
Supports so far only pageViews
(automatically sent), autoTrackPageVisitTime
(when configured with config
), customEvents
(see trackEvent
).
Useful links:
Stefan McKinnon Edwards smhe@kamstrup.dk
Useful links