0.10.2 • Published 1 month ago

medusa-store-analytics-as v0.10.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Medusa "store-analytics" is a plugin which shows analytics data of your store, including orders, sales and other useful information.

Why?

Knowledge about your store is crucial to take proper action to increase the sales. Analytics data can show various things like what is a most popular region, sales channel or on which day people are buying the most. Every such data may help to find problem and possible solutions.

Getting Started

  1. Install the package with yarn add @rsc-labs/medusa-store-analytics or npm i @rsc-labs/medusa-store-analytics.
  2. In medusa-config.js, add the plugin to the plugins array and set enableUI
const plugins = [
  // ... other plugins
  {
    resolve: `@rsc-labs/medusa-store-analytics`,
    options: {
      enableUI: true
    }
  }
]

How can I use it?

After installation of plugin, you shall be able to see new option on sidebar. Click Analytics and see data about your store.

WARNING:

Depends on the number of your orders, customers and other - it might take a while to load them all if you click wider options like Last year or All time!

Configuration

No configuration is needed. Everything is done through UI. You can use such options like:

  • set different range for dates
  • set different statuses of orders for calculation
  • enabling/disabling comparison feature

Supported statistics

General

NameStatus
4 ranges of dates:white_check_mark:
Comparison across date ranges:white_check_mark:
Filtering by orders' status:white_check_mark:

Orders

NameStatus
Orders by time:white_check_mark:
Orders chart:white_check_mark:
Regions popularity:white_check_mark:
Sales channel popularity:white_check_mark:
Orders frequency distribution:white_check_mark:

Sales

NameStatus
Sales by time:white_check_mark:
Sales by currency code:white_check_mark:
Sales chart:white_check_mark:
Refunds:white_check_mark:

Customers

NameStatus
New customers by time:white_check_mark:
Repeat customer rate:white_check_mark:
Customers chart:white_check_mark:

Products

NameStatus
Top variants:white_check_mark:
Top returned variants:white_check_mark:
Products sold count:white_check_mark:

Marketing

NameStatus
Top discounts:white_check_mark:

License

MIT


© 2024 RSC https://rsoftcon.com/