Skip to content

Commit

Permalink
chore: update analytics for october 2023 (#3745, #3746)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterckx committed Nov 4, 2023
1 parent a0c387a commit b65f787
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions analytics/hca-analytics/user-analytics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
":class: analytics-logo\n",
"```\n",
"\n",
"# HCA DCP User Analytics - September vs August 2023\n",
"# HCA DCP User Analytics - October vs September 2023\n",
"\n",
"This section displays metrics collected from Google Analytics HCA DCP Data Portal and Data Browser and compares September 2023 with the previous month (August 2023). The generation of this report is now coded in Jupiter notebooks and can be rerun easily and modified or consolidated as desired. \n",
"This section displays metrics collected from Google Analytics HCA DCP Data Portal and Data Browser and compares October 2023 with the previous month (September 2023). The generation of this report is now coded in Jupiter notebooks and can be rerun easily and modified or consolidated as desired. \n",
"\n",
"\n",
"### Key to tables\n",
Expand Down Expand Up @@ -82,8 +82,8 @@
"# DCP_ANALYTICS_START = \"2019-03-01\"\n",
"DCP_ANALYTICS_START = \"2021-01-01\"\n",
"TODAY = 'today'\n",
"PERIOD = \"2023-09\"\n",
"PREV_PERIOD = \"2023-08\"\n",
"PERIOD = \"2023-10\"\n",
"PREV_PERIOD = \"2023-09\"\n",
"SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n",
"\n",
"GA3_END = \"2023-06-30\"\n",
Expand Down
8 changes: 4 additions & 4 deletions analytics/lungmap-analytics/analytics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
":class: analytics-logo\n",
"```\n",
"\n",
"# LungMAP User Analytics - September vs August 2023\n",
"# LungMAP User Analytics - October vs September 2023\n",
"\n",
"This section displays metrics collected from Google Analytics for the LungMAP Data Browser at https://data-browser.lungmap.net and compares September 2023 with the previous month (August 2023). The generation of this report is now coded in Jupyter notebooks and can be rerun easily and modified or consolidated as desired.\n",
"This section displays metrics collected from Google Analytics for the LungMAP Data Browser at https://data-browser.lungmap.net and compares October 2023 with the previous month (September 2023). The generation of this report is now coded in Jupyter notebooks and can be rerun easily and modified or consolidated as desired.\n",
"\n",
"## Key to tables\n",
"\n",
Expand Down Expand Up @@ -85,8 +85,8 @@
"GA_PROPERTY = \"362871218\" # data-browser.lungmap.net - GA4\n",
"ANALYTICS_START = \"2021-05-01\"\n",
"TODAY = 'today'\n",
"PERIOD = \"2023-09\"\n",
"PREV_PERIOD = \"2023-08\"\n",
"PERIOD = \"2023-10\"\n",
"PREV_PERIOD = \"2023-09\"\n",
"SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n",
"\n",
"GA3_END = \"2023-06-30\"\n",
Expand Down

0 comments on commit b65f787

Please sign in to comment.