From 500b3a1babc4837042953bc801ca60198aa9cb2b Mon Sep 17 00:00:00 2001 From: hunterckx <118154470+hunterckx@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:00:19 -0800 Subject: [PATCH] chore: update anvil analytics for december 2023 (#2887) --- analytics/anvil-analytics-catalog/catalog-analytics.ipynb | 8 ++++---- analytics/anvil-analytics-portal/portal-analytics.ipynb | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/analytics/anvil-analytics-catalog/catalog-analytics.ipynb b/analytics/anvil-analytics-catalog/catalog-analytics.ipynb index 14c2270a5..411b3ef0b 100644 --- a/analytics/anvil-analytics-catalog/catalog-analytics.ipynb +++ b/analytics/anvil-analytics-catalog/catalog-analytics.ipynb @@ -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", @@ -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\"" diff --git a/analytics/anvil-analytics-portal/portal-analytics.ipynb b/analytics/anvil-analytics-portal/portal-analytics.ipynb index 785f0bc70..092f066d3 100644 --- a/analytics/anvil-analytics-portal/portal-analytics.ipynb +++ b/analytics/anvil-analytics-portal/portal-analytics.ipynb @@ -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", @@ -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\""