Skip to content

Commit

Permalink
chore: update analytics reports for november 2023 (#2877, #2878)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterckx committed Dec 8, 2023
1 parent 3ecdd02 commit 77a2b1f
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 - November vs October 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 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 @@ -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-11\"\n",
"PREV_PERIOD = \"2023-10\"\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 - November vs October 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 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 @@ -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-11\"\n",
"PREV_PERIOD = \"2023-10\"\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 77a2b1f

Please sign in to comment.