Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update analytics reports for november-december 2023 (#2877, #2878, #2887) #2892

Merged
merged 2 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading