diff --git a/analytics/hca-analytics/user-analytics.ipynb b/analytics/hca-analytics/user-analytics.ipynb index 069abb6ae..7f29c3d4b 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 - August vs July 2024\n", + "# HCA DCP User Analytics - September vs August 2024\n", "\n", - "This section displays metrics collected from Google Analytics HCA DCP Data Portal and Data Browser and compares August 2024 with the previous month (July 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 September 2024 with the previous month (August 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-08\"\n", - "PREV_PERIOD = \"2024-07\"\n", + "PERIOD = \"2024-09\"\n", + "PREV_PERIOD = \"2024-08\"\n", "SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n", "\n", "GA3_END = \"2023-06-30\"\n", @@ -1066,6 +1066,7 @@ }, { "cell_type": "markdown", + "id": "420ebe56", "metadata": {}, "source": [ "
" @@ -1349,9 +1350,9 @@ "metadata": { "celltoolbar": "Tags", "kernelspec": { - "display_name": "hca-analytics", + "display_name": "venv", "language": "python", - "name": "hca-analytics" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -1363,7 +1364,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.12.4" } }, "nbformat": 4, diff --git a/analytics/lungmap-analytics/analytics.ipynb b/analytics/lungmap-analytics/analytics.ipynb index 28a5d67ae..a7b54462e 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 - August vs July 2024\n", + "# LungMAP User Analytics - September vs August 2024\n", "\n", - "This section displays metrics collected from Google Analytics for the LungMAP Data Browser at https://data-browser.lungmap.net and compares August 2024 with the previous month (July 2024). 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 September 2024 with the previous month (August 2024). 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 = \"2024-08\"\n", - "PREV_PERIOD = \"2024-07\"\n", + "PERIOD = \"2024-09\"\n", + "PREV_PERIOD = \"2024-08\"\n", "SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n", "\n", "GA3_END = \"2023-06-30\"\n", @@ -1151,7 +1151,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.5" + "version": "3.12.4" } }, "nbformat": 4,