Skip to content

Commit

Permalink
chore: update anvil analytics for december 2023 (#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterckx committed Jan 12, 2024
1 parent 77a2b1f commit 500b3a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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 - November vs October 2023\n",
"# AnVIL Dataset Catalog User Analytics - December vs November 2023\n",
"\n",
"This section displays metrics collected from Google Analytics for the AnVIL Dataset Catalog at https://anvilproject.org/data 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 AnVIL Dataset Catalog at https://anvilproject.org/data 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 @@ -100,8 +100,8 @@
"GA_PROPERTY_CATALOG = \"368661710\" # AnVIL Dataset Catalog - GA4\n",
"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",
"\n",
"GA3_END = \"2023-04-30\"\n",
"GA4_START = \"2023-05-01\""
Expand Down
8 changes: 4 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 - November vs October 2023\n",
"# AnVIL Portal User Analytics - December vs November 2023\n",
"\n",
"This section displays metrics collected from Google Analytics for the AnVIL Portal at https://anvilproject.org 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 AnVIL Portal at https://anvilproject.org 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 @@ -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-11\"\n",
"PREV_PERIOD = \"2023-10\"\n",
"PERIOD = \"2023-12\"\n",
"PREV_PERIOD = \"2023-11\"\n",
"\n",
"GA3_END = \"2023-06-30\"\n",
"GA4_START = \"2023-07-01\""
Expand Down

0 comments on commit 500b3a1

Please sign in to comment.