Description
Fullmetrix is an e-commerce analytics platform that helps you understand and optimize your online store performance.
This plugin connects your WooCommerce store to Fullmetrix to automatically sync your orders, customers, and products.
Features
- Automatic sync of orders, customers, and products
- Incremental export for optimal performance
- Abandoned cart tracking
- HPOS (High-Performance Order Storage) compatible
How it works
- Create an account on fullmetrix.com
- Install this plugin on your WooCommerce store
- Enter your Fullmetrix connection code in the plugin settings
- Your data syncs automatically
Requirements
- WooCommerce 5.0 or higher
- An active Fullmetrix account
External services
This plugin connects your WooCommerce store to the Fullmetrix platform (fullmetrix.com). It relies on the following external service:
Fullmetrix API
What it is: Fullmetrix is an e-commerce analytics platform that aggregates and analyzes your store data.
What data is sent and when:
- On connection (one-time): Your store URL, plugin version, WooCommerce version, currency, timezone, and locale are sent to
https://fullmetrix.com/api/plugin/registerwhen you enter your connection code and click “Connect”. - On page load (frontend): The plugin loads a JavaScript tracker (
t.js) fromhttps://fullmetrix.com/t.json all public pages. This script collects anonymous visitor browsing data (page views, cart activity) and sends it tohttps://fullmetrix.com/api/webhooks/events. - On configuration check: The plugin periodically fetches its remote configuration from
https://fullmetrix.com/api/plugin/config(cached for 5 minutes). - On data sync (triggered from Fullmetrix dashboard): Orders, customers, products, categories, coupons, refunds, and subscription data are exported to Fullmetrix when a sync is initiated.
- On real-time changes: When orders, customers, products, or coupons are created or updated in WooCommerce, a webhook notification is sent to
https://fullmetrix.com/api/webhooks/ecommerce.
All communications use HTTPS and are authenticated with HMAC-SHA256 signatures. No data is sent to any third party other than the Fullmetrix service.
Privacy Policy
This plugin connects your WooCommerce store to the Fullmetrix service (fullmetrix.com). See the “External services” section above for full details on data transmission. See the Fullmetrix Privacy Policy for more details.
Installation
- Download the plugin from this page
- In your WordPress dashboard, go to Plugins > Add New
- Click “Upload Plugin” and select the ZIP file
- Activate the plugin
- Go to WooCommerce > Fullmetrix and enter your connection code
FAQ
-
Do I need a Fullmetrix account?
-
Yes, a Fullmetrix account is required to use this plugin. You can create one at fullmetrix.com.
-
What data is synced?
-
The plugin syncs your orders, customers, products, and abandoned carts. No personal data is shared with third parties.
-
Does the plugin slow down my store?
-
No. Syncing happens in the background and does not affect your store performance.
-
Is it compatible with HPOS?
-
Yes, the plugin is fully compatible with WooCommerce High-Performance Order Storage (HPOS).
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Fullmetrix” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Fullmetrix” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial public release on WordPress.org
- Automatic sync of orders, customers, products, categories, coupons, and refunds
- High-performance streaming export with keyset pagination
- Incremental sync support for optimal performance
- Abandoned cart tracking
- HPOS (High-Performance Order Storage) fully compatible
- HMAC-SHA256 authenticated API communication
- WooCommerce Subscriptions support