Skip to content

Commit 7d304c7

Browse files
authored
chore: update analytics for august 2023 (#3652, #3653) (#3656)
1 parent 57bc5cd commit 7d304c7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

analytics/hca-analytics/user-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-
"# HCA DCP User Analytics - July vs June 2023\n",
14+
"# HCA DCP User Analytics - August vs July 2023\n",
1515
"\n",
16-
"This section displays metrics collected from Google Analytics HCA DCP Data Portal and Data Browser and compares July 2023 with the previous month (June 2023). 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 August 2023 with the previous month (July 2023). 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",
@@ -82,8 +82,8 @@
8282
"# DCP_ANALYTICS_START = \"2019-03-01\"\n",
8383
"DCP_ANALYTICS_START = \"2021-01-01\"\n",
8484
"TODAY = 'today'\n",
85-
"PERIOD = \"2023-07\"\n",
86-
"PREV_PERIOD = \"2023-06\"\n",
85+
"PERIOD = \"2023-08\"\n",
86+
"PREV_PERIOD = \"2023-07\"\n",
8787
"SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n",
8888
"\n",
8989
"GA3_END = \"2023-06-30\"\n",
@@ -1238,7 +1238,7 @@
12381238
}
12391239
],
12401240
"source": [
1241-
"ac.show_difference_table(\"Count\", \"Path\", \"sessions\", \"landingPage\", dimension_filter=\"landingPage!~^\\/explore\", rows_limit=28, **default_params)"
1241+
"ac.show_difference_table(\"Count\", \"Path\", \"sessions\", \"landingPage\", dimension_filter=\"landingPage!~^\\/explore\", **default_params)"
12421242
]
12431243
},
12441244
{

analytics/lungmap-analytics/analytics.ipynb

Lines changed: 4 additions & 4 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 - July vs June 2023\n",
14+
"# LungMAP User Analytics - August vs July 2023\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 July 2023 with the previous month (June 2023). 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 August 2023 with the previous month (July 2023). 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 = \"2023-07\"\n",
89-
"PREV_PERIOD = \"2023-06\"\n",
88+
"PERIOD = \"2023-08\"\n",
89+
"PREV_PERIOD = \"2023-07\"\n",
9090
"SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n",
9191
"\n",
9292
"GA3_END = \"2023-06-30\"\n",

0 commit comments

Comments
 (0)