automattic/woocommerce-analytics
Enhanced analytics for WooCommerce users.
0.16.7
503K downloads/mo
#1448 most downloaded on Packagist
Automattic/woocommerce-analytics
What this package is like to depend on
Last release 27 days ago
27 Jul 2026
Ships fairly regularly
a new release about every 2 weeks
Nearly every release is documented
notes for 64 of 64 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
64 releases · first in 2024
35 releases in the last 12 months
see the full history below
Release timeline
64 releases · Mar 2024 to Jul 2026Releases
latest 60 of 64-
0.16.727 Jul 2026Release notes
Open source →Security
- Stop emitting request-derived properties into cacheable front-end page HTML. [#67003]
Changed
- Update package dependencies. [#65999]
Fixed
- Recognize active WooCommerce installations in custom plugin directories. [#66665]
-
0.16.617 Jun 2026Release notes
Open source →Fixed
- Stop minting throwaway anonymous IDs for events from clients without a persisted visitor cookie (e.g. UA-spoofing crawlers hitting add-to-cart), which inflated session counts. Such events are now skipped instead. [#65792]
-
0.16.502 Jun 2026Release notes
Open source →Fixed
- Guard cart hook handlers against missing cart item data to prevent PHP warnings. [#64963]
-
0.16.411 May 2026Release notes
Open source →Changed
- Update package dependencies. [#64040]
Fixed
- Skip server-side analytics events from cookie-less contexts (REST API, XMLRPC, cron, WP-CLI) to prevent inflated session counts. [#64686]
-
v0.16.306 Apr 2026Release notes
Open source →Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/24045019245
Upstream-Ref: Automattic/jetpack@52a5691
-
v0.16.230 Mar 2026Release notes
Open source →Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/23753981390
Upstream-Ref: Automattic/jetpack@f015d5b
Release notes
Open source →Changed
- Update package dependencies. [#47799]
Fixed
- Ensure store_admin property reports 1 for admin users in REST API tracking requests. [#47731]
-
v0.16.123 Mar 2026Release notes
Open source →Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/23439622065
Upstream-Ref: Automattic/jetpack@51aef31
Release notes
Open source →Changed
- Update package dependencies. [#47684]
Fixed
- Disable batched analytics requests when a SOCKS proxy is configured, falling back to wpremote_get() which respects WP_PROXY* settings. [#47707]
-
v0.16.016 Mar 2026Release notes
Open source →Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/23129462853
Upstream-Ref: Automattic/jetpack@cac68b0
Release notes
Open source →Changed
- Handle proxy requests at MU plugin stage and exit early for faster response time. [#46757]
- Update dependencies. [#47472]
-
v0.15.709 Mar 2026Release notes
Open source →Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/22852295457
Upstream-Ref: Automattic/jetpack@f03cea5
Release notes
Open source →Changed
- Switch to Native TypeScript compiler based on Go. [#47375]
Fixed
- Fix TypeScipt type errors detected by
tsgo. [#47423]
-
v0.15.626 Feb 2026Release notes
Open source →Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/22449569573
Upstream-Ref: Automattic/jetpack@0d462e1
-
v0.15.523 Feb 2026 -
v0.15.416 Feb 2026 -
v0.15.310 Feb 2026Release notes
Open source →Changed
- Update package dependencies. [#47002]
- Update tracking classes to work without WooCommerce dependency. [#46756]
-
v0.15.202 Feb 2026 -
v0.15.126 Jan 2026 -
v0.15.023 Jan 2026Release notes
Open source →Added
- Add woocommerce_analytics_auto_install_proxy_speed_module filter to control auto-installation of proxy speed module mu-plugin. [#46719]
-
v0.14.019 Jan 2026Release notes
Open source →Added
- Add tablet device detection to the 'device' event property, distinguishing between mobile, tablet, and desktop devices. [#46631]
Changed
- Update package dependencies. [#46647]
-
v0.13.412 Jan 2026Release notes
Open source →Changed
- Update package dependencies. [#46456]
Fixed
- Fix product_purchase event not tracking for shortcode checkout due to incorrect order ID type check. [#46467]
-
v0.13.322 Dec 2025 -
v0.13.215 Dec 2025 -
v0.13.108 Dec 2025 -
v0.13.001 Dec 2025Release notes
Open source →Changed
- Added Beacon API support and replaced @wordpress/api-fetch with native fetch. [#45891]
- Update package dependencies. [#46143]
Fixed
- Fix proxy speed module installation using WP_Filesystem API with proper error handling. [#45801]
-
v0.12.224 Nov 2025 -
v0.12.119 Nov 2025Release notes
Open source →Fixed
- Fix compatibility issue with WooCommerce older than 9.7.0. [#45988]
-
v0.12.017 Nov 2025Release notes
Open source →Changed
- Implement batched pixel requests for improved performance when sending tracking events. [#45869]
- Update package dependencies. [#45915] [#45958]
-
v0.11.003 Nov 2025Release notes
Open source →Changed
- Enable ClickHouse by default. [#45696] [#45723]
- Update package dependencies. [#45652]
Fixed
- Fix data handling with invalid prop names. [#45544]
- Phan: Address PhanRedundantCondition, PhanRedundantArrayValuesCall, and PhanPluginRedundantAssignment violations. [#45681]
- Set dynamic webpack public path for split assets. [#45654]
-
v0.10.127 Oct 2025Release notes
Open source →Changed
- Enhance JSON encoding by adding
JSON_HEX_TAGandJSON_UNESCAPED_SLASHESoptions. [#45393] - Ensure anonymous ID is set. [#45547]
Fixed
- Fix call to undefined method
WC_Tracks::get_server_details(). [#45394] - Use existing bot detection from Device Detection package to skip event recording in analytics tracking. [#45552]
- Enhance JSON encoding by adding
-
v0.10.002 Oct 2025Release notes
Open source →Added
- Implement WP Consent API Integration [#45323]
Changed
- Update package dependencies. [#45334]
-
v0.9.230 Sep 2025Release notes
Open source →Fixed
- Prevent PHP error when WC_Tracks class is not available. [#45330]
- Prevent PHP warnings when array key is undefined. [#45330]
-
v0.9.129 Sep 2025 -
v0.9.025 Sep 2025Release notes
Open source →Added
- Add experimental API-based event tracking. [#45279]
- Add IP-based visitor tracking as fallback when proxy tracking is enabled and cookies are unavailable. [#45279]
- Add proxy speed module to enhance proxy API performance. [#45243]
- Implement client-side analytics tracking. [#45268]
Changed
- Update build scripts for production. [#45296]
-
v0.8.022 Sep 2025 -
v0.7.019 Sep 2025Release notes
Open source →Added
- Add server-side tracking. [#45208]
Changed
- Implement server-side direct event delivery. [#45209]
-
v0.6.215 Sep 2025 -
v0.6.101 Sep 2025Release notes
Open source →Fixed
- Fix duplicate product purchase events on order confirmation page. [#44973]
-
v0.6.018 Aug 2025Release notes
Open source →Changed
- Replace URL-based landing page tracking with breadcrumb-based hierarchical page tracking. [#44789]
Fixed
- Fix PHP warnings for
undefinedarray keys andnullobject properties. [#44808]
-
v0.5.013 Aug 2025Release notes
Open source →Added
- Add session engagement tracking. [#44729]
- Track page views. [#44729]
Changed
- Add clickhouse param to record events. [#44729]
- Set expiration time for session cookie to 30 mins or midnight UTC. [#44729]
Fixed
- Ensure update cart is triggered. [#44729]
- Set woocommerceanalytics_session. [#44729]
-
v0.4.904 Aug 2025Release notes
Open source →Changed
- Performance: Improve processing of blocks during Analytics gathering. [#44544]
-
v0.4.816 Jun 2025 -
v0.4.705 May 2025Release notes
Open source →Fixed
- Catch PHP error if null param is errantly passed by third-party code. [#43346]
-
v0.4.628 Apr 2025 -
v0.4.524 Mar 2025 -
v0.4.412 Mar 2025 -
v0.4.310 Mar 2025 -
v0.4.224 Feb 2025 -
v0.4.109 Jan 2025 -
v0.4.006 Jan 2025 -
v0.3.125 Dec 2024 -
v0.3.023 Dec 2024 -
v0.2.018 Nov 2024 -
v0.1.1304 Nov 2024 -
v0.1.1229 Oct 2024 -
v0.1.1123 Sep 2024 -
v0.1.1010 Sep 2024Release notes
Open source →Fixed
- Check whether
\WC_Install::STORE_ID_OPTIONis defined before attempting to use it, for compatibility with WooCommerce <8.4.0. [#39306]
- Check whether
-
v0.1.909 Sep 2024Release notes
Open source →Added
- Add Store ID property in common woocommerce analytics properties. [#38857]
-
v0.1.826 Aug 2024 -
v0.1.726 Jun 2024Release notes
Open source →Removed
- Remove use of
gutenberg_get_block_template(). Its replacement has been in WP Core since 5.8. [#38015]
- Remove use of
-
v0.1.620 May 2024Release notes
Open source →Fixed
- Customer creation: avoid PHP warnings when other plugins hook into customer creation process and return malformed user data. [#37440]
-
v0.1.506 May 2024 -
v0.1.415 Apr 2024