Skip to content

Commit

Permalink
chore: update analytics for december 2023 (#3844, #3845)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterckx committed Jan 25, 2024
1 parent 710bc40 commit 366514c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
16 changes: 4 additions & 12 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 - November vs October 2023\n",
"# HCA DCP User Analytics - December vs November 2023\n",
"\n",
"This section displays metrics collected from Google Analytics HCA DCP Data Portal and Data Browser and compares November 2023 with the previous month (October 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 December 2023 with the previous month (November 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",
Expand Down Expand Up @@ -82,8 +82,8 @@
"# DCP_ANALYTICS_START = \"2019-03-01\"\n",
"DCP_ANALYTICS_START = \"2021-01-01\"\n",
"TODAY = 'today'\n",
"PERIOD = \"2023-11\"\n",
"PREV_PERIOD = \"2023-10\"\n",
"PERIOD = \"2023-12\"\n",
"PREV_PERIOD = \"2023-11\"\n",
"SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n",
"\n",
"GA3_END = \"2023-06-30\"\n",
Expand Down Expand Up @@ -1067,14 +1067,6 @@
"# ac.show_difference_table(\"Count\", [\"Facet\", \"Term\"], \"ga:hits\", [\"ga:dimension9\", \"ga:dimension10\"], filters=\"ga:eventCategory==Search;ga:eventAction==Select\", **default_params)"
]
},
{
"cell_type": "markdown",
"id": "fab8c07e",
"metadata": {},
"source": [
"<div style=\"page-break-after: always\"></div>"
]
},
{
"cell_type": "markdown",
"id": "fa8aed84",
Expand Down
15 changes: 11 additions & 4 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 - November vs October 2023\n",
"# LungMAP User Analytics - December vs November 2023\n",
"\n",
"This section displays metrics collected from Google Analytics for the LungMAP Data Browser at https://data-browser.lungmap.net and compares November 2023 with the previous month (October 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 December 2023 with the previous month (November 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",
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 = \"2023-11\"\n",
"PREV_PERIOD = \"2023-10\"\n",
"PERIOD = \"2023-12\"\n",
"PREV_PERIOD = \"2023-11\"\n",
"SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n",
"\n",
"GA3_END = \"2023-06-30\"\n",
Expand Down Expand Up @@ -1043,6 +1043,13 @@
"ac.show_difference_table(\"Count\", \"Path\", \"screenPageViews\", \"pagePath\", dimension_filter=\"pagePath!~^\\/explore\", **default_params)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<div style=\"page-break-after: always\"></div>"
]
},
{
"cell_type": "markdown",
"id": "a9f9e71c",
Expand Down

0 comments on commit 366514c

Please sign in to comment.