diff --git a/analytics/hca-analytics/user-analytics.ipynb b/analytics/hca-analytics/user-analytics.ipynb index 589a5730e..d0b0c22c8 100644 --- a/analytics/hca-analytics/user-analytics.ipynb +++ b/analytics/hca-analytics/user-analytics.ipynb @@ -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", @@ -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", diff --git a/analytics/lungmap-analytics/analytics.ipynb b/analytics/lungmap-analytics/analytics.ipynb index 043fb0ee4..2ff5003ee 100644 --- a/analytics/lungmap-analytics/analytics.ipynb +++ b/analytics/lungmap-analytics/analytics.ipynb @@ -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", @@ -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",