Skip to content

Commit

Permalink
chore: update analytics for september 2023 (#2858, #2859) (#2860)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterckx authored Oct 4, 2023
1 parent f5f06cc commit 69e5b64
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 238 deletions.
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

0 comments on commit 69e5b64

Please sign in to comment.