|
11 | 11 | ":class: analytics-logo\n", |
12 | 12 | "```\n", |
13 | 13 | "\n", |
14 | | - "# HCA DCP User Analytics - August vs July 2024\n", |
| 14 | + "# HCA DCP User Analytics - September vs August 2024\n", |
15 | 15 | "\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", |
17 | 17 | "\n", |
18 | 18 | "\n", |
19 | 19 | "### Key to tables\n", |
|
86 | 86 | "# DCP_ANALYTICS_START = \"2019-03-01\"\n", |
87 | 87 | "DCP_ANALYTICS_START = \"2021-01-01\"\n", |
88 | 88 | "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", |
91 | 91 | "SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n", |
92 | 92 | "\n", |
93 | 93 | "GA3_END = \"2023-06-30\"\n", |
|
1066 | 1066 | }, |
1067 | 1067 | { |
1068 | 1068 | "cell_type": "markdown", |
| 1069 | + "id": "420ebe56", |
1069 | 1070 | "metadata": {}, |
1070 | 1071 | "source": [ |
1071 | 1072 | "<div style=\"page-break-after: always\"></div>" |
|
1349 | 1350 | "metadata": { |
1350 | 1351 | "celltoolbar": "Tags", |
1351 | 1352 | "kernelspec": { |
1352 | | - "display_name": "hca-analytics", |
| 1353 | + "display_name": "venv", |
1353 | 1354 | "language": "python", |
1354 | | - "name": "hca-analytics" |
| 1355 | + "name": "python3" |
1355 | 1356 | }, |
1356 | 1357 | "language_info": { |
1357 | 1358 | "codemirror_mode": { |
|
1363 | 1364 | "name": "python", |
1364 | 1365 | "nbconvert_exporter": "python", |
1365 | 1366 | "pygments_lexer": "ipython3", |
1366 | | - "version": "3.9.7" |
| 1367 | + "version": "3.12.4" |
1367 | 1368 | } |
1368 | 1369 | }, |
1369 | 1370 | "nbformat": 4, |
|
0 commit comments