Skip to content

Commit 1922bbf

Browse files
authored
chore: update analytics for 2024-04 (#4034) (#4037)
1 parent d89d2a0 commit 1922bbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

analytics/hca-analytics/user-analytics.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
":class: analytics-logo\n",
1212
"```\n",
1313
"\n",
14-
"# HCA DCP User Analytics - March vs February 2024\n",
14+
"# HCA DCP User Analytics - April vs March 2024\n",
1515
"\n",
16-
"This section displays metrics collected from Google Analytics HCA DCP Data Portal and Data Browser and compares March 2024 with the previous month (February 2024). The generation of this report is now coded in Jupiter notebooks and can be rerun easily and modified or consolidated as desired. \n",
16+
"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",
1717
"\n",
1818
"\n",
1919
"### Key to tables\n",
@@ -86,8 +86,8 @@
8686
"# DCP_ANALYTICS_START = \"2019-03-01\"\n",
8787
"DCP_ANALYTICS_START = \"2021-01-01\"\n",
8888
"TODAY = 'today'\n",
89-
"PERIOD = \"2024-03\"\n",
90-
"PREV_PERIOD = \"2024-02\"\n",
89+
"PERIOD = \"2024-04\"\n",
90+
"PREV_PERIOD = \"2024-03\"\n",
9191
"SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n",
9292
"\n",
9393
"GA3_END = \"2023-06-30\"\n",

0 commit comments

Comments
 (0)