Title: 360 Analytics for WooCommerce
Author: Inscript
Published: <strong>July 1, 2026</strong>
Last modified: July 6, 2026

---

Search plugins

![](https://ps.w.org/360-analytics-for-woocommerce/assets/banner-772x250.png?rev
=3592976)

![](https://ps.w.org/360-analytics-for-woocommerce/assets/icon-256x256.png?rev=3592897)

# 360 Analytics for WooCommerce

 By [Inscript](https://profiles.wordpress.org/inscript2026/)

[Download](https://downloads.wordpress.org/plugin/360-analytics-for-woocommerce.1.0.0.zip)

 * [Details](https://vec.wordpress.org/plugins/360-analytics-for-woocommerce/#description)
 * [Reviews](https://vec.wordpress.org/plugins/360-analytics-for-woocommerce/#reviews)
 *  [Installation](https://vec.wordpress.org/plugins/360-analytics-for-woocommerce/#installation)
 * [Development](https://vec.wordpress.org/plugins/360-analytics-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/360-analytics-for-woocommerce/)

## Description

Gain full visibility over your store’s performance with **360 Analytics for WooCommerce**.
Designed for WooCommerce store owners who need actionable insights without bloated
interfaces, this plugin provides a clean, modern, and high-performance reporting
dashboard.

Track your revenue, analyze sales trends, monitor taxonomy performance (such as 
product categories, brands, or publishers), and get detailed tax breakdowns in real-
time.

### Key Features

 * **Modern Overview Dashboard:** A professional KPI grid displaying Total Revenue,
   Lifetime Revenue, Orders Count, Items Sold, and Average Order Value, alongside
   an interactive Sales Evolution line chart.
 * **Product Performance Reports:** Identify your top-performing products, quantities
   sold, total revenue generated, and order counts.
 * **Category Analysis:** See which product categories drive the most sales to optimize
   your inventory.
 * **Custom Taxonomy Reports:** Fully supports custom taxonomies (e.g., brands, 
   publishers, tags) with customized bar charts and performance breakdowns.
 * **Tax Breakdown Reports:** View clear reports on taxes collected per order.
 * **Customer Insights:** Keep track of returning customer behaviors, item counts,
   and revenue contribution.
 * **Quick CSV Exports:** Export any report to CSV with a single click for offline
   auditing and sharing.

## Screenshots

[⌊Overview dashboard with revenue, orders, items sold, and sales evolution chart.⌉⌊
Overview dashboard with revenue, orders, items sold, and sales evolution chart.⌉[

Overview dashboard with revenue, orders, items sold, and sales evolution chart.

[⌊Product performance report with top-selling products.⌉⌊Product performance report
with top-selling products.⌉[

Product performance report with top-selling products.

[⌊Category performance breakdown.⌉⌊Category performance breakdown.⌉[

Category performance breakdown.

[⌊Taxonomy performance overview (all taxonomies combined).⌉⌊Taxonomy performance
overview (all taxonomies combined).⌉[

Taxonomy performance overview (all taxonomies combined).

[⌊Author taxonomy performance report.⌉⌊Author taxonomy performance report.⌉[

Author taxonomy performance report.

[⌊Publisher taxonomy performance report.⌉⌊Publisher taxonomy performance report.⌉[

Publisher taxonomy performance report.

[⌊Translator taxonomy performance report.⌉⌊Translator taxonomy performance report
.⌉[

Translator taxonomy performance report.

[⌊Category taxonomy performance report.⌉⌊Category taxonomy performance report.⌉[

Category taxonomy performance report.

[⌊Tags taxonomy performance report.⌉⌊Tags taxonomy performance report.⌉[

Tags taxonomy performance report.

[⌊Customer LTV insights and customer table.⌉⌊Customer LTV insights and customer 
table.⌉[

Customer LTV insights and customer table.

## Installation

 1. Ensure you have **WooCommerce** installed and activated on your store.
 2. Upload the plugin files to the `/wp-content/plugins/360-analytics-for-woocommerce`
    directory, or install the plugin through the WordPress plugins screen directly 
    by uploading the `.zip` file.
 3. Activate the plugin through the ‘Plugins’ screen in WordPress.
 4. Navigate to **360 Analytics** in your WordPress admin menu to access your new reporting
    dashboard.

## FAQ

### Does this plugin require WooCommerce?

Yes. 360 Analytics for WooCommerce retrieves data directly from WooCommerce tables,
so WooCommerce must be installed and active.

### Where do I find the reports?

A new top-level menu item named “360 Analytics” will appear in your WordPress admin
sidebar once the plugin is active.

### Can I export the data?

Yes. Every report table (Products, Categories, Taxonomies, Taxes, Customers, etc.)
features an “Export CSV” button to download data instantly.

### Does it support custom product taxonomies?

Yes, it automatically detects and aggregates sales data for custom taxonomies like
Brands or Publishers, displaying them in dedicated tabs.

### Does this plugin slow down my site?

No. The plugin is built with optimized custom database queries (`$wpdb`) and handles
aggregation directly via the database, ensuring fast load times even with large 
volumes of orders without bloating your site.

### Are there any extra configurations needed?

No configuration is required! Just activate the plugin, and it will immediately 
start pulling in your existing WooCommerce order data.

## Reviews

![](https://secure.gravatar.com/avatar/01429598904888dc426ee36e749ca904da7cf93b555338820e5c595475f274e6?
s=60&d=retro&r=g)

### 󠀁[Best Sales Analytics Plugin ❤️](https://wordpress.org/support/topic/best-sales-analytics-plugin-%e2%9d%a4%ef%b8%8f/)󠁿

 [ravindua](https://profiles.wordpress.org/ravindua/) July 7, 2026

Best Sales Analytics Plugin ❤️

 [ Read all 1 review ](https://wordpress.org/support/plugin/360-analytics-for-woocommerce/reviews/)

## Contributors & Developers

“360 Analytics for WooCommerce” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Inscript ](https://profiles.wordpress.org/inscript2026/)
 *   [ inscript ](https://profiles.wordpress.org/inscript/)

[Translate “360 Analytics for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/360-analytics-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/360-analytics-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/360-analytics-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/360-analytics-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/360-analytics-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Added WooCommerce 7.0 minimum version requirement and compatibility headers.
 * Declared High-Performance Order Storage (HPOS / Custom Order Tables) compatibility.
 * Added version gate: plugin now shows a clear admin notice if WooCommerce < 7.0
   is detected.
 * Replaced direct call to internal `OrdersScheduler` class with the public `woocommerce_analytics_update_order_stats`
   action for safer cross-version compatibility.
 * Fixed deprecated `current_time('timestamp')` usage — replaced with `current_time('
   U')` (WP 5.3+).
 * Improved admin notice markup: uses `notice notice-error` classes instead of legacy`
   error` class.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.0**
 *  Last updated **23 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/360-analytics-for-woocommerce/)
 * Tags
 * [analytics](https://vec.wordpress.org/plugins/tags/analytics/)[dashboard](https://vec.wordpress.org/plugins/tags/dashboard/)
   [reports](https://vec.wordpress.org/plugins/tags/reports/)[sales](https://vec.wordpress.org/plugins/tags/sales/)
   [woocommerce](https://vec.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://vec.wordpress.org/plugins/360-analytics-for-woocommerce/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/360-analytics-for-woocommerce/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/360-analytics-for-woocommerce/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/360-analytics-for-woocommerce/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/360-analytics-for-woocommerce/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/360-analytics-for-woocommerce/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/360-analytics-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/360-analytics-for-woocommerce/reviews/)

## Contributors

 *   [ Inscript ](https://profiles.wordpress.org/inscript2026/)
 *   [ inscript ](https://profiles.wordpress.org/inscript/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/360-analytics-for-woocommerce/)