diff --git a/analytics/hca-analytics/user-analytics.ipynb b/analytics/hca-analytics/user-analytics.ipynb index 7bda66634..43029e220 100644 --- a/analytics/hca-analytics/user-analytics.ipynb +++ b/analytics/hca-analytics/user-analytics.ipynb @@ -11,9 +11,9 @@ ":class: analytics-logo\n", "```\n", "\n", - "# HCA DCP User Analytics - February vs January 2024\n", + "# HCA DCP User Analytics - March vs February 2024\n", "\n", - "This section displays metrics collected from Google Analytics HCA DCP Data Portal and Data Browser and compares February 2024 with the previous month (January 2024). The generation of this report is now coded in Jupiter notebooks and can be rerun easily and modified or consolidated as desired. \n", + "This section displays metrics collected from Google Analytics HCA DCP Data Portal and Data Browser and compares March 2024 with the previous month (February 2024). The generation of this report is now coded in Jupiter notebooks and can be rerun easily and modified or consolidated as desired. \n", "\n", "\n", "### Key to tables\n", @@ -82,8 +82,8 @@ "# DCP_ANALYTICS_START = \"2019-03-01\"\n", "DCP_ANALYTICS_START = \"2021-01-01\"\n", "TODAY = 'today'\n", - "PERIOD = \"2024-02\"\n", - "PREV_PERIOD = \"2024-01\"\n", + "PERIOD = \"2024-03\"\n", + "PREV_PERIOD = \"2024-02\"\n", "SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n", "\n", "GA3_END = \"2023-06-30\"\n", @@ -565,7 +565,7 @@ } ], "source": [ - "ac.show_difference_table(\"User Sessions\", \"Social Network\", \"sessions\", \"sessionSource\", dimension_filter=\"sessionDefaultChannelGroup=@Social\", **default_params)" + "ac.show_difference_table(\"User Sessions\", \"Social Network\", \"sessions\", \"sessionSource\", dimension_filter=\"sessionDefaultChannelGroup=@Organic Social\", **default_params)" ] }, { diff --git a/analytics/hca-analytics/users_over_time_history.json b/analytics/hca-analytics/users_over_time_history.json index 8ae7916cb..72c37f4e6 100644 --- a/analytics/hca-analytics/users_over_time_history.json +++ b/analytics/hca-analytics/users_over_time_history.json @@ -1 +1 @@ -{"Users":{"1685577600000":7778,"1682899200000":7384,"1680307200000":6467,"1677628800000":6574,"1675209600000":5855,"1672531200000":4470,"1669852800000":4684,"1667260800000":4965,"1664582400000":4891,"1661990400000":4766,"1659312000000":4304,"1656633600000":4112,"1654041600000":4182,"1651363200000":4960,"1648771200000":3899,"1646092800000":3412,"1643673600000":3104,"1640995200000":2836,"1638316800000":2394,"1635724800000":2938,"1633046400000":2584,"1630454400000":2405,"1627776000000":2496,"1625097600000":2954,"1622505600000":1891,"1619827200000":0,"1617235200000":0,"1614556800000":0,"1612137600000":0,"1609459200000":0},"Total Pageviews":{"1685577600000":44146,"1682899200000":48780,"1680307200000":39497,"1677628800000":38763,"1675209600000":30800,"1672531200000":25796,"1669852800000":26073,"1667260800000":28929,"1664582400000":29034,"1661990400000":28711,"1659312000000":27741,"1656633600000":29631,"1654041600000":30890,"1651363200000":33258,"1648771200000":29391,"1646092800000":27114,"1643673600000":22216,"1640995200000":22452,"1638316800000":19856,"1635724800000":24409,"1633046400000":22963,"1630454400000":20424,"1627776000000":21700,"1625097600000":25562,"1622505600000":16683,"1619827200000":0,"1617235200000":0,"1614556800000":0,"1612137600000":0,"1609459200000":0}} \ No newline at end of file +{"Users":{"1685577600000":7778,"1682899200000":7384,"1680307200000":6467,"1677628800000":6574,"1675209600000":5855,"1672531200000":4470,"1669852800000":4684,"1667260800000":4965,"1664582400000":4891,"1661990400000":4766,"1659312000000":4304,"1656633600000":4112,"1654041600000":4182,"1651363200000":4960,"1648771200000":3899,"1646092800000":3412,"1643673600000":3104,"1640995200000":2836,"1638316800000":2394,"1635724800000":2938,"1633046400000":2584,"1630454400000":2405,"1627776000000":2496,"1625097600000":2954,"1622505600000":1891,"1619827200000":0},"Total Pageviews":{"1685577600000":44146,"1682899200000":48780,"1680307200000":39497,"1677628800000":38763,"1675209600000":30800,"1672531200000":25796,"1669852800000":26073,"1667260800000":28929,"1664582400000":29034,"1661990400000":28711,"1659312000000":27741,"1656633600000":29631,"1654041600000":30890,"1651363200000":33258,"1648771200000":29391,"1646092800000":27114,"1643673600000":22216,"1640995200000":22452,"1638316800000":19856,"1635724800000":24409,"1633046400000":22963,"1630454400000":20424,"1627776000000":21700,"1625097600000":25562,"1622505600000":16683,"1619827200000":0}} \ No newline at end of file diff --git a/analytics/lungmap-analytics/analytics.ipynb b/analytics/lungmap-analytics/analytics.ipynb index 288265aed..8fa7bb202 100644 --- a/analytics/lungmap-analytics/analytics.ipynb +++ b/analytics/lungmap-analytics/analytics.ipynb @@ -11,9 +11,9 @@ ":class: analytics-logo\n", "```\n", "\n", - "# LungMAP User Analytics - February vs January 2024\n", + "# LungMAP User Analytics - March vs February 2024\n", "\n", - "This section displays metrics collected from Google Analytics for the LungMAP Data Browser at https://data-browser.lungmap.net and compares February 2024 with the previous month (January 2024). 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 LungMAP Data Browser at https://data-browser.lungmap.net and compares March 2024 with the previous month (February 2024). 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", @@ -94,8 +94,8 @@ "GA_PROPERTY = \"362871218\" # data-browser.lungmap.net - GA4\n", "ANALYTICS_START = \"2021-05-01\"\n", "TODAY = 'today'\n", - "PERIOD = \"2024-02\"\n", - "PREV_PERIOD = \"2024-01\"\n", + "PERIOD = \"2024-03\"\n", + "PREV_PERIOD = \"2024-02\"\n", "SECRET_NAME = 'ANALYTICS_REPORTING_CLIENT_SECRET_PATH'\n", "\n", "GA3_END = \"2023-06-30\"\n", @@ -546,7 +546,7 @@ } ], "source": [ - "ac.show_difference_table(\"User Sessions\", \"Social Network\", \"sessions\", \"sessionSource\", dimension_filter=\"sessionDefaultChannelGroup=@Social\", **default_params)" + "ac.show_difference_table(\"User Sessions\", \"Social Network\", \"sessions\", \"sessionSource\", dimension_filter=\"sessionDefaultChannelGroup=@Organic Social\", **default_params)" ] }, {