Skip to content

Commit

Permalink
chore: update analytics reports for 2024-09 (#4193, #4194) (#4195)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterckx authored Oct 19, 2024
1 parent 84da3af commit fc821ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
15 changes: 8 additions & 7 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 - 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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1066,6 +1066,7 @@
},
{
"cell_type": "markdown",
"id": "420ebe56",
"metadata": {},
"source": [
"<div style=\"page-break-after: always\"></div>"
Expand Down Expand Up @@ -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": {
Expand All @@ -1363,7 +1364,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down
10 changes: 5 additions & 5 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 - 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",
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 = \"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",
Expand Down Expand Up @@ -1151,7 +1151,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit fc821ce

Please sign in to comment.