Skip to content

Commit

Permalink
chore: update analytics reports for november-december 2023 (#2877, #2878
Browse files Browse the repository at this point in the history
, #2887) (#2892)

* chore: update analytics reports for november 2023 (#2877, #2878)

* chore: update anvil analytics for december 2023 (#2887)
  • Loading branch information
hunterckx authored Jan 26, 2024
1 parent 70cadd7 commit d677573
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 48 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 - October vs September 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 October 2023 with the previous month (September 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-10\"\n",
"PREV_PERIOD = \"2023-09\"\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 - October vs September 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 October 2023 with the previous month (September 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-10\"\n",
"PREV_PERIOD = \"2023-09\"\n",
"PERIOD = \"2023-12\"\n",
"PREV_PERIOD = \"2023-11\"\n",
"\n",
"GA3_END = \"2023-06-30\"\n",
"GA4_START = \"2023-07-01\""
Expand Down
26 changes: 13 additions & 13 deletions analytics/ncpi-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",
"# NCPI Dataset Catalog User Analytics - October vs September 2023\n",
"# NCPI Dataset Catalog User Analytics - November vs October 2023\n",
"\n",
"This section displays metrics collected from Google Analytics for the NCPI Dataset Catalog at https://anvilproject.org/ncpi/data and compares October 2023 with the previous month (September 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 Dataset Catalog at https://anvilproject.org/ncpi/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",
"\n",
"### Key to tables\n",
"\n",
Expand Down Expand Up @@ -90,8 +90,8 @@
"GA_PROPERTY = \"367350417\" # NCPI Dataset Catalog - GA4\n",
"ANALYTICS_START = \"2021-01-01\"\n",
"TODAY = 'today'\n",
"PERIOD = \"2023-10\"\n",
"PREV_PERIOD = \"2023-09\"\n",
"PERIOD = \"2023-11\"\n",
"PREV_PERIOD = \"2023-10\"\n",
"\n",
"GA3_END = \"2023-04-30\"\n",
"GA4_START = \"2023-05-01\""
Expand Down Expand Up @@ -527,6 +527,14 @@
"ac.show_difference_table(\"Users\", \"Country\", \"totalUsers\", \"country\", **default_params_catalog)"
]
},
{
"cell_type": "markdown",
"id": "f36a95a1",
"metadata": {},
"source": [
"<div style=\"page-break-after: always\"></div>"
]
},
{
"cell_type": "markdown",
"id": "8ac25381",
Expand Down Expand Up @@ -562,14 +570,6 @@
"ac.show_difference_table(\"User Sessions\", \"Social Network\", \"sessions\", \"sessionSource\", dimension_filter=\"sessionDefaultChannelGroup=@Social\", **default_params_catalog)"
]
},
{
"cell_type": "markdown",
"id": "f36a95a1",
"metadata": {},
"source": [
"<div style=\"page-break-after: always\"></div>"
]
},
{
"cell_type": "markdown",
"id": "3c2f7065",
Expand Down Expand Up @@ -645,7 +645,7 @@
}
],
"source": [
"ac.show_difference_table(\"User Sessions\", \"Source\", \"sessions\", \"pageReferrer\", split_vertical=[18], **default_params_catalog)"
"ac.show_difference_table(\"User Sessions\", \"Source\", \"sessions\", \"pageReferrer\", split_vertical=[21], **default_params_catalog)"
]
},
{
Expand Down
61 changes: 34 additions & 27 deletions analytics/ncpi-analytics-portal/portal-analytics.ipynb

Large diffs are not rendered by default.

0 comments on commit d677573

Please sign in to comment.