Skip to content

Commit fc821ce

Browse files
authored
chore: update analytics reports for 2024-09 (#4193, #4194) (#4195)
1 parent 84da3af commit fc821ce

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

analytics/hca-analytics/user-analytics.ipynb

Lines changed: 8 additions & 7 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 - August vs July 2024\n",
14+
"# HCA DCP User Analytics - September vs August 2024\n",
1515
"\n",
16-
"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",
16+
"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",
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-08\"\n",
90-
"PREV_PERIOD = \"2024-07\"\n",
89+
"PERIOD = \"2024-09\"\n",
90+
"PREV_PERIOD = \"2024-08\"\n",
9191
"SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n",
9292
"\n",
9393
"GA3_END = \"2023-06-30\"\n",
@@ -1066,6 +1066,7 @@
10661066
},
10671067
{
10681068
"cell_type": "markdown",
1069+
"id": "420ebe56",
10691070
"metadata": {},
10701071
"source": [
10711072
"<div style=\"page-break-after: always\"></div>"
@@ -1349,9 +1350,9 @@
13491350
"metadata": {
13501351
"celltoolbar": "Tags",
13511352
"kernelspec": {
1352-
"display_name": "hca-analytics",
1353+
"display_name": "venv",
13531354
"language": "python",
1354-
"name": "hca-analytics"
1355+
"name": "python3"
13551356
},
13561357
"language_info": {
13571358
"codemirror_mode": {
@@ -1363,7 +1364,7 @@
13631364
"name": "python",
13641365
"nbconvert_exporter": "python",
13651366
"pygments_lexer": "ipython3",
1366-
"version": "3.9.7"
1367+
"version": "3.12.4"
13671368
}
13681369
},
13691370
"nbformat": 4,

analytics/lungmap-analytics/analytics.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
":class: analytics-logo\n",
1212
"```\n",
1313
"\n",
14-
"# LungMAP User Analytics - August vs July 2024\n",
14+
"# LungMAP User Analytics - September vs August 2024\n",
1515
"\n",
16-
"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",
16+
"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",
1717
"\n",
1818
"## Key to tables\n",
1919
"\n",
@@ -85,8 +85,8 @@
8585
"GA_PROPERTY = \"362871218\" # data-browser.lungmap.net - GA4\n",
8686
"ANALYTICS_START = \"2021-05-01\"\n",
8787
"TODAY = 'today'\n",
88-
"PERIOD = \"2024-08\"\n",
89-
"PREV_PERIOD = \"2024-07\"\n",
88+
"PERIOD = \"2024-09\"\n",
89+
"PREV_PERIOD = \"2024-08\"\n",
9090
"SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n",
9191
"\n",
9292
"GA3_END = \"2023-06-30\"\n",
@@ -1151,7 +1151,7 @@
11511151
"name": "python",
11521152
"nbconvert_exporter": "python",
11531153
"pygments_lexer": "ipython3",
1154-
"version": "3.12.5"
1154+
"version": "3.12.4"
11551155
}
11561156
},
11571157
"nbformat": 4,

0 commit comments

Comments
 (0)