The latest version is WooCommerce Google Analytics Pro 2.2.0, Released on September 2, 2024
Changelog for WooCommerce Google Analytics Pro
*** WooCommerce Google Analytics Pro ***
2024.09.02 - version 2.2.0
* Feature - Integrate with the WP Consent API plugin, which supports multiple consent management plugins for handling Consent Mode choices
* Misc - Update SkyVerge Plugin Framework to 5.12.5
* Dev - Add filters to allow modifying cart, order, items and product data before tracking events
2024.05.27 - version 2.1.0
* Feature - Add Blocks support
* Feature - Add support for Google Consent Mode V2
* Feature - Experimental: allow using Collect API for server-side event tracking
* Dev - Add `wc_google_analytics_pro_api_tracking_data` filter to allow adjusting server-side tracking data
2024.03.04 - version 2.0.16
* Fix - When tracking add to cart events, use the product data from the cart session rather than the product data from the database
* Fix - Improve compatibility with YITH WooCommerce Gift Cards
* Fix - Improve compatibility with YITH Request a Quote for WooCommerce
* Dev - Add filters to tweak the behavior of tracking completed purchase events for orders that are normally in paid status
2024.01.23 - version 2.0.15
* Misc - Add support for new authentication proxy service
2023.11.30 - version 2.0.14
* Fix - Prevent Fatal TypeErrors for `add_to_cart` events in PHP 8.2 and newer
2023.11.17 - version 2.0.13
* Misc - Add admin notices to help merchants reverting to the cart or checkout shortcodes if the corresponding blocks are used instead
2023.09.07 - version 2.0.12
* Fix - Harden code when parsing cart and product item event data to avoid potential errors in specific situations
2023.08.29 - version 2.0.11
* Fix - Include all required data in `view_item` events to support Google's default purchase reporting
2023.07.25 - version 2.0.10
* Tweak - Add setting to control whether order revenue is tracked in GA4 with tax & shipping included or excluded
2023.07.17 - version 2.0.9
* Tweak - Enabling debug mode will now show events in GA4 DebugView
* Tweak - Pass visitor session ID & number to GA4 when tracking events via API to improve session attribution in reports
* Fix - Only check for duplicate tracking codes if UA tracking is enabled
* Fix - Prevent a JS error when product name contains quotes by ensuring double quotes are escaped in event parameters
2023.07.10 - version 2.0.8
* Fix - Do not set the `user_id` parameter to `0` when tracking events for non-logged-in users
2023.06.29 - version 2.0.7
* Fix - Ensure refund events are tracked using positive amounts
2023.06.20 - version 2.0.6
* Tweak - Avoid clearing selected GA properties when re-authenticating with Google using an account that has access to selected properties
* Tweak - Pass visitor user-agent to GA4 when tracking events via API
* Tweak - Include full order data in GA4 `place_order` event
* Tweak - Ensure product names include variation name when tracking product events
* Fix - Address an issue where tracked item variant details were incomplete
* Misc - Revert changes from v2.0.1 to leverage an edit scope in the API to allow data stream creation during onboarding
2023.06.12 - version 2.0.5
* Tweak - Send page_location and page_referrer parameters to GA4 when tracking events via API
* Fix - Ensure events are not sent to GA4 via API when visitor identity is not available
* Fix - Ensure title for Subscription events section appears above subscription events settings
* Fix - Avoid passing `null` to `json_decode()`
2023.05.17 - version 2.0.4
* Tweak - Display notice if the connected Google account has no Analytics accounts set up
* Tweak - Ensure auth button follows Google branding guidelines
* Fix - Handle account summaries that are larger than 50 entries
* Fix - Ensure Universal Analytics settings are not shown if the connected Google Account has no UA properties
2023.05.08 - version 2.0.3
* Tweak - Ensure calling `Event_Tracking::custom_event()` records the event in GA4 in addition to UA
* Fix - Prevent a circular reference loop to cause out of memory errors in the integrations page if an auth token cannot be refreshed
* Fix - Correctly handle tracking of added shipping info events for orders without a shipping method set
* Fix - Restore and deprecate `Integration::custom_event()` in favor of `Event_Tracking::custom_event()`
* Fix - Address possible fatal errors when some plugin options are missing from the database
2023.04.26 - version 2.0.2
* Fix - Address bug where plugin settings can be cleared during re-authentication with Google account
2023.04.26 - version 2.0.1
* Fix - Address temporary bug with GA4 data stream creation during onboarding and upgrade from v1.x
2023.04.25 - version 2.0.0
* Feature - Add support for GA4
* Tweak - Track login event for all users regardless of role & remove the `wc_google_analytics_pro_signed_in_user_roles` filter
* Tweak - Track "viewed sign up" event on WooCommerce My Account registration page
* Fix - Ensure "clicked product", "updated address", "changed password", "tracked order" events are tracked in Universal Analytics
* Fix - Ensure "signed up" event properly tracks user ID in Universal Analytics
* Fix - Ensure "subscription expiration" event is tracked
* Dev - Completely rewrite & restructure the plugin to use PSR-4 autoloading & namespaces
* Dev - Remove the `wc_google_analytics_pro_tracking_id` in favor of `wc_google_analytics_pro_ua_tracking_id`
* Misc - Add compatibility for WooCommerce High Performance Order Storage (HPOS)
* Misc - Update the SkyVerge Plugin Framework to v5.11.0
* Misc - Remove MonsterInsights compatibility
2022.11.22 - version 1.13.0
* Misc - Require PHP 7.4 and WordPress 5.6
2022.03.30 - version 1.12.0
* Fix - Replace deprecated `is_ajax()` usages with `wp_doing_ajax()`
* Dev - Make the tracking script URL filterable
* Misc - Require WooCommerce 3.9.4 or higher
2021.10.04 - version 1.11.1
* Tweak - Do not display Subscriptions related settings when not connected to Google
2021.09.21 - version 1.11.0
* Misc - Add support for 404 events
* Misc - Remove support for setting the tracking ID manually
* Misc - Improve text, links to help articles, tooltips and settings layout
2020.12.09 - version 1.10.0
* Misc - Add compatibility for WooCommerce 4.7
* Misc - Require PHP 7.0 or newer
2020.11.24 - version 1.9.3
* Misc - Add PHP 8 support
2020.11.12 - version 1.9.2
* Fix - Ensure New Account email "Additional Content" gets displayed
2020.09.30 - version 1.9.1
* Misc - Remove the SkyVerge help menu item as part of the plugin assets
2020.08.24 - version 1.9.0
* Misc - Add SkyVerge help menu for support on WooCommerce.com connected sites
2020.07.07 - version 1.8.14
* Fix - Fix JavaScript error when jQuery is loaded in the footer or not loaded in the page
2020.06.18 - version 1.8.13
* Fix - Prevent activated subscription event from being tracked twice
2020.06.16 - version 1.8.12
* Fix - Ensure variation details are sent when tracking variable subscription product events
* Fix - Address an exception that may occur in PHP 7.4
2020.05.05 - version 1.8.11
* Misc - Add support for WooCommerce 4.1
* Dev - Introduce filter to disable the script that checks for duplicate tracking codes
2020.03.26 - version 1.8.10
* Dev - Make script tag attributes filterable
2020.03.10 - version 1.8.9
* Misc - Add support for WooCommerce 4.0
2020.01.08 - version 1.8.8
* Fix - Fix an issue preventing Subscriptions renewal orders from being tracked
2020.01.02 - version 1.8.7
* Misc - Add support for WooCommerce 3.9
2019.11.12 - version 1.8.6
* Tweak - Show an admin notice when the plugin detects that another plugin is sending duplicate events to Google Analytics
* Fix - Remove all tracking code added by the plugin if the Enable Google Analytics tracking setting is not checked
2019.11.05 - version 1.8.5
* Misc - Add support for WooCommerce 3.8
2019.10.15 - version 1.8.4
* Fix - Prevent orders placed before installing Google Analytics Pro from being tracked as completed
2019.09.24 - version 1.8.3
* Fix - Prevent deprecation notice with WooCommerce Subscriptions 2.6+
2019.09.18 - version 1.8.2
* Fix - Address a conflict with plugins defining custom WooCommerce emails
2019.08.29 - version 1.8.1
* Tweak - Add tracking image to email additional content, instead of after the html closing tag
2019.08.12 - version 1.8.0
* Tweak - Send the user ID rather than the user login for signed in events
* Fix - Make sure the signed out event is shown under the My Account category rather than the general category
* Fix - Address a PHP warning that may be thrown in some circumstances when MonsterInsights is active
* Misc - Add support for WooCommerce 3.7
* Misc - Remove support for WooCommerce 2.6
2019.04.03 - version 1.7.1
* Misc - Add support for WooCommerce 3.6
2019.03.20 - version 1.7.0
* Fix - Ensure custom translation files are correctly loaded when the plugin initializes
* Misc - Replace the Google API client library with a lightweight internal API handler
* Misc - Remove Guzzle dependency
* Localization - Add Italian translation
2019.02.12 - version 1.6.6
* Misc - Update Guzzle to v6
* Misc - Require PHP 5.6+
2019.01.22 - version 1.6.5
* Tweak - Send the document host name parameter in measurement protocol API requests
* Fix - Harden code that may have produced a PHP error when a product can't be determined for ecommerce data JavaScript output
* Fix - Prevent a PHP error from happening while refreshing the access token in case of remote server errors
2018.10.17 - version 1.6.4
* Fix - Only track orders with a paid order status on the completed_purchase event
* Misc - Add support for WooCommerce 3.5
2018.09.05 - version 1.6.3
* Fix - Fix an issue preventing some Subscriptions events from being reported correctly
* Fix - Fix debug mode detection
2018.08.22 - version 1.6.2
* Tweak - Only load the Google API Client library on the integration admin page
* Fix - Fix an issue which caused the tracking code to be duplicated
2018.08.16 - version 1.6.1
* Fix - Make sure Subscriptions event names settings are displayed in the Google Analytics Pro admin settings page
* Fix - Ensure the "completed purchase" event is tracked when payment is recorded
* Dev - Pass a product argument in `wc_google_analytics_pro_product_details_data` and `wc_google_analytics_pro_product_impression_data` filters
2018.07.25 - version 1.6.0
* Misc - Drop support for PHP 5.2: PHP 5.4 is now the minimum required version
* Misc - Update Google API client library to v2.2.2
* Misc - Update the SkyVerge Plugin Framework to v5.2.0
2018.07.04 - version 1.5.2
* Tweak - Subscription renewals will now send their event value in cents by default
* Fix - Set a client identity on Subscriptions created before Google Analytics Pro was activated so they can be correctly tracked when renewed
* Fix - Ensure Subscriptions events exist in settings before attempting to track them to avoid PHP errors
* Fix - Ensure orders processed with the Cash on Delivery gateway are fully tracked
* Dev - Add a filter to toggle whether to use cents or dollars in completed purchase, refunds or renewed subscriptions events value
2018.05.23 - version 1.5.1
* Misc - Add support for WooCommerce 3.4
* Dev - Introduce filter to remove the Google Analytics tracking code
2018.03.14 - version 1.5.0
* Feature - Add integration with WooCommerce Subscriptions
* Feature - Add support for Google Optimize
2018.02.14 - version 1.4.1
* Tweak - Improve detection of Google Analytics by MonsterInsights
* Tweak - Improve UUID generation technique
* Tweak - Report transactions held by Paypal after payment capture
* Tweak - Set non-interaction flag for subscription order renewal events
* Fix - Correctly set non-interaction flag on measurement protocol events
* Fix - Prevent duplicate payment method events from firing during checkout
* Fix - Strip HTML tags from payment gateway titles
2018.01.26 - version 1.4.0
* Misc - Add support for WooCommerce 3.3
* Misc - Remove support for WooCommerce 2.5
2017.12.12 - version 1.3.6
* Tweak - Ensure "completed purchase" event is tracked even if Google Analytics Client ID cannot be determined at checkout
2017.08.01 - version 1.3.5
* Tweak - Ensure orders placed by customers are tracked even when manually set as paid by admins
* Fix - Ensure a tracking ID is set before outputting tracking scripts
* Dev - Fire an action after tracking code is set up
* Dev - Tracker options are now filterable
* Misc - Update SkyVerge Plugin Framework
2017.05.23 - version 1.3.4
* Fix - Update tracking snippet to always load analytics.js over HTTPS
* Fix - Ensure BACS and Cheque orders are being tracked
2017.05.02 - version 1.3.3
* Fix - Simplify order payment tracking and ensure COD orders are tracked
* Fix - Ensure refunds are properly tracked
2017.04.24 - version 1.3.2
* Fix - PHP notices if events are inactive
* Fix - Update remaining pre-WooCommerce 3.0 incompatibilities for order tracking
2017.04.21 - version 1.3.1
* Fix - Ensure tracking when a customer provides a billing email on checkout is backwards compatible with WooCommerce versions earlier than v3.0
2017.04.18 - version 1.3.0
* Feature - Adds checkout options to most Checkout Behavior steps for additional data tracking
* Feature - Improve full site tracking to remove the need for a general tracking Google Analytics plugin
* Tweak - Improved Checkout Behavior funnel support
* Fix - Ensure "estimate shipping" event is always tracked
* Fix - Show only GA property names instead of all views when connecting to a GA account
* Fix - Ensure variation SKUs are used for add to cart events rather than parent SKU
* Dev - Custom event names will no longer be url encoded to respect spaces
* Dev - Global js function renamed to use `ga` instead of `__gaTracker`
2017.03.28 - version 1.2.0
* Misc - Added support for WooCommerce 3.0
* Misc - Removed support for WooCommerce 2.4
2017.02.07 - version 1.1.7
* Fix - Compatibility with MonsterInsights Pro 6.0.0
2017.01.24 - version 1.1.6
* Tweak - Add list values when tracking add-to-cart from archive pages
* Fix - Ensure transactions are not tracked more than once
* Fix - Include position data in product view actions
* Fix - Remove related/up-sell impression on single product pages for the main product being viewed
2016.10.25 - version 1.1.5
* Tweak - Included a setting to enable/disable product impression tracking on archive and/or single product pages
* Tweak - An empty "alt" attribute is now included with the tracking pixel image added to emails
* Fix - The "connect to Google Analytics" notice now doesn't show if a manual tracking ID is used
* Fix - Fix an "Uncaught exception" fatal error that may occur in rare instances
* Fix - Fix a fatal error that occurs when using the product_page shortcode
2016.07.27 - version 1.1.4
* Misc - WordPress 4.6 compatibility
2016.07.20 - version 1.1.3
* Fix - Ensure the "viewed homepage" event is tracked
* Fix - Fix an issue where some events were still being tracked as interaction events, affecting bounces rates
* Fix - Avoid issues with tracking events through the Measurement Protocol on some server
2016.07.07 - version 1.1.2
* Tweak - Set the cent value of an order's total as the event value of the 'completed purchase' and 'completed payment' events
* Fix - Avoid fatal errors when another plugin includes the Google Client API
2016.06.22 - version 1.1.1
* Tweak - Avoid most Quota Errors when loading the plugin's settings page
* Tweak - Make product impression parameters filterable to allow sites to bypass the Google Analytics request limit
* Tweak - Tracking parameters are now filterable
* Fix - Product impressions are now triggered on the single product page for the product
* Fix - Ensure the Checkout Behavior report is properly populated by utilizing funnel steps correctly
* Fix - Ensure product categories are tracked in the correct format expected by Google Analytics
* Fix - Avoid undefined index notices that could occur with some themes
* Fix - Ensure offsite gateways are not tracked as referrers by Google AdWords
* Fix - Better handling of errors thrown by the Google Analytics PHP client
* Fix - Use the item's total rather than the product's price when tracking purchases
* Fix - Address deflated bounce rates by ensuring certain events are tracked as non-interaction events
2016.06.02 - version 1.1.0
* Fix - Ensure orders using gateways like Cash on Delivery are tracked through Enhanced eCommerce
* Misc - Added support for WooCommerce 2.6
* Misc - Removed support for WooCommerce 2.3
2016.05.18 - version 1.0.4
* Tweak - Trigger the "completed payment" event when an order is set to Processing to add support for gateways that use non-standard order status flows such as the Cash on Delivery gateway.
* Fix - Ensure events are tracked properly when the MonsterInsights plugin (formerly Google Analytics by Yoast) is active
2016.03.30 - version 1.0.3
* Tweak - The Google Analytics global function name is now filterable via `wc_google_analytics_pro_tracking_function_name`
* Fix - Send the product's SKU if available instead of the ID when tracking product impressions and events
* Fix - Send the order number instead of the ID when tracking transactions and refunds
* Fix - Properly escape JavaScript on product archive pages
* Fix - Ensure access to the Google Analytics account is refreshed automatically
* Fix - Ensure tracking JavaScript is printed in the correct order to avoid Google Analytics errors
2016.02.17 - version 1.0.2
* Tweak - Use browser user agent for tracking events
* Fix - Fix JavaScript errors for product/category names that contain apostrophes
2016.02.02 - version 1.0.1
* Fix - Fix JavaScript errors that could occur when browsing the site as an admin
2016.01.26 - version 1.0.0
* Initial Release :)
Get WooCommerce Google Analytics Pro Version 2.2.0 with 12 months of updates for just $9!
Already a WPspring Club Member?
WooCommerce Google Analytics Pro Version 2.2.0 Released on September 02, 2024, is available from your account downloads page. Sign up at wpspri.ng/club