From 128699b73b13159c2a885e7b03a43d6744204fb2 Mon Sep 17 00:00:00 2001 From: Kate Harwood Date: Mon, 29 Mar 2021 11:18:39 -0400 Subject: [PATCH 1/2] adding google analytics tracker --- dashboard/app.R | 1 + google-analytics.html | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 google-analytics.html diff --git a/dashboard/app.R b/dashboard/app.R index fa1b988..4ffb668 100644 --- a/dashboard/app.R +++ b/dashboard/app.R @@ -29,6 +29,7 @@ ui <- fluidPage(padding=0, tags$head( tags$link(rel = "stylesheet", type = "text/css", href = "style.css") ), + tags$head(includeHTML(("google-analytics.html"))), useShinyjs(), div(id="header",class="row", div(id="logo",class="col-sm-3", diff --git a/google-analytics.html b/google-analytics.html new file mode 100644 index 0000000..b42c8fb --- /dev/null +++ b/google-analytics.html @@ -0,0 +1,8 @@ + + From 551319e1e51efdaa30958ba6f34178b02be43607 Mon Sep 17 00:00:00 2001 From: Kate Harwood Date: Mon, 29 Mar 2021 11:23:44 -0400 Subject: [PATCH 2/2] moving google analytics file --- google-analytics.html => dashboard/google-analytics.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename google-analytics.html => dashboard/google-analytics.html (100%) diff --git a/google-analytics.html b/dashboard/google-analytics.html similarity index 100% rename from google-analytics.html rename to dashboard/google-analytics.html