Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update analytics for september 2023 (#2858, #2859) #2860

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions analytics/anvil-analytics-catalog/catalog-analytics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
":class: analytics-logo\n",
"```\n",
"\n",
"# AnVIL Dataset Catalog User Analytics - August vs July 2023\n",
"# AnVIL Dataset Catalog User Analytics - September vs August 2023\n",
"\n",
"This section displays metrics collected from Google Analytics for the AnVIL Dataset Catalog at https://anvilproject.org/data 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",
"This section displays metrics collected from Google Analytics for the AnVIL Dataset Catalog at https://anvilproject.org/data and compares September 2023 with the previous month (August 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 @@ -100,8 +100,8 @@
"GA_PROPERTY_CATALOG = \"368661710\" # AnVIL Dataset Catalog - GA4\n",
"ANALYTICS_START = \"2021-01-01\"\n",
"TODAY = 'today'\n",
"PERIOD = \"2023-08\"\n",
"PREV_PERIOD = \"2023-07\"\n",
"PERIOD = \"2023-09\"\n",
"PREV_PERIOD = \"2023-08\"\n",
"\n",
"GA3_END = \"2023-04-30\"\n",
"GA4_START = \"2023-05-01\""
Expand Down
16 changes: 12 additions & 4 deletions analytics/anvil-analytics-portal/portal-analytics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
":class: analytics-logo\n",
"```\n",
"\n",
"# AnVIL Portal User Analytics - August vs July 2023\n",
"# AnVIL Portal User Analytics - September vs August 2023\n",
"\n",
"This section displays metrics collected from Google Analytics for the AnVIL Portal at https://anvilproject.org 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",
"This section displays metrics collected from Google Analytics for the AnVIL Portal at https://anvilproject.org and compares September 2023 with the previous month (August 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 @@ -93,8 +93,8 @@
"EXCLUDE_PAGES_FILTER = {\"filter\": {\"fieldName\": \"audienceId\", \"numericFilter\": {\"operation\": \"EQUAL\", \"value\": {\"doubleValue\": 3}}}}\n",
"ANALYTICS_START = \"2021-01-01\"\n",
"TODAY = 'today'\n",
"PERIOD = \"2023-08\"\n",
"PREV_PERIOD = \"2023-07\"\n",
"PERIOD = \"2023-09\"\n",
"PREV_PERIOD = \"2023-08\"\n",
"\n",
"GA3_END = \"2023-06-30\"\n",
"GA4_START = \"2023-07-01\""
Expand Down Expand Up @@ -1364,6 +1364,14 @@
"# TODO"
]
},
{
"cell_type": "markdown",
"id": "1776370e",
"metadata": {},
"source": [
"<div style=\"page-break-after: always\"></div>"
]
},
{
"cell_type": "markdown",
"id": "c4e69c0c",
Expand Down
318 changes: 92 additions & 226 deletions analytics/ncpi-analytics-catalog/catalog-analytics.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions analytics/ncpi-analytics-portal/portal-analytics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
":class: analytics-logo\n",
"```\n",
"\n",
"# NCPI Portal User Analytics - August vs July 2023\n",
"# NCPI Portal User Analytics - September vs August 2023\n",
"\n",
"This section displays metrics collected from Google Analytics for the NCPI Portal at https://anvilproject.org/ncpi 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",
"This section displays metrics collected from Google Analytics for the NCPI Portal at https://anvilproject.org/ncpi and compares September 2023 with the previous month (August 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 @@ -88,8 +88,8 @@
"GA_PROPERTY = \"368678391\" # AnVIL Portal - GA4\n",
"ANALYTICS_START = \"2021-01-01\"\n",
"TODAY = 'today'\n",
"PERIOD = \"2023-08\"\n",
"PREV_PERIOD = \"2023-07\"\n",
"PERIOD = \"2023-09\"\n",
"PREV_PERIOD = \"2023-08\"\n",
"NCPI_FILTER = \"pagePath=~^/ncpi(?:$|[/?#])\"\n",
"\n",
"GA3_END = \"2023-06-30\"\n",
Expand Down
Loading