diff --git a/docker/shiny-server.conf b/docker/shiny-server.conf index 3f7e026..dd02cdf 100644 --- a/docker/shiny-server.conf +++ b/docker/shiny-server.conf @@ -25,5 +25,8 @@ server { # Should we list the contents of a (non-Shiny-App) directory when the user # visits the corresponding URL? directory_index on; + + # analytics + google_analytics_id UA-112017665-2; } }