Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update analytics report for 2024-05 (#4050) #4051

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions analytics/hca-analytics/user-analytics.ipynb
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@
":class: analytics-logo\n",
"```\n",
"\n",
"# HCA DCP User Analytics - April vs March 2024\n",
"# HCA DCP User Analytics - May vs April 2024\n",
"\n",
"This section displays metrics collected from Google Analytics HCA DCP Data Portal and Data Browser and compares April 2024 with the previous month (March 2024). 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 May 2024 with the previous month (April 2024). 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",
@@ -86,8 +86,8 @@
"# DCP_ANALYTICS_START = \"2019-03-01\"\n",
"DCP_ANALYTICS_START = \"2021-01-01\"\n",
"TODAY = 'today'\n",
"PERIOD = \"2024-04\"\n",
"PREV_PERIOD = \"2024-03\"\n",
"PERIOD = \"2024-05\"\n",
"PREV_PERIOD = \"2024-04\"\n",
"SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n",
"\n",
"GA3_END = \"2023-06-30\"\n",