medusa-store-analytics-as
TypeScript icon, indicating that this package has built-in type declarations

0.10.2 • Public • Published

Medusa store-analytics logo

Medusa store-analytics

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.

Medusa store-analytics-1

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

Medusa store-analytics-2

Medusa store-analytics-3

Supported statistics

General

Name Status
4 ranges of dates
Comparison across date ranges
Filtering by orders' status

Orders

Name Status
Orders by time
Orders chart
Regions popularity
Sales channel popularity
Orders frequency distribution

Sales

Name Status
Sales by time
Sales by currency code
Sales chart
Refunds

Customers

Name Status
New customers by time
Repeat customer rate
Customers chart

Products

Name Status
Top variants
Top returned variants
Products sold count

Marketing

Name Status
Top discounts

License

MIT


© 2024 RSC https://rsoftcon.com/

Package Sidebar

Install

npm i medusa-store-analytics-as

Weekly Downloads

1

Version

0.10.2

License

MIT

Unpacked Size

595 kB

Total Files

121

Last publish

Collaborators

  • rdr6000