npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@rsc-labs/medusa-store-analytics

v0.12.2

Published

Get analytics data about your store

Downloads

1,277

Readme

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

| Name | Status | | --- | --- | | 4 ranges of dates | :white_check_mark: | | Comparison across date ranges | :white_check_mark: | | Filtering by orders' status | :white_check_mark: |

Orders

| Name | Status | | --- | --- | | 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: | | Payment provider popularity | :white_check_mark: |

Sales

| Name | Status | | --- | --- | | Sales by time | :white_check_mark: | | Sales by currency code | :white_check_mark: | | Sales chart | :white_check_mark: | | Refunds | :white_check_mark: |

Customers

| Name | Status | | --- | --- | | New customers by time | :white_check_mark: | | Repeat customer rate | :white_check_mark: | | Customers chart | :white_check_mark: | | Cumulative customers by time | :white_check_mark: |

Products

| Name | Status | | --- | --- | | Top variants | :white_check_mark: | | Top returned variants | :white_check_mark: | | Products sold count | :white_check_mark: | | Out of the stock variants | BETA |

Marketing

| Name | Status | | --- | --- | | Top discounts | :white_check_mark: |

License

MIT

Pro version

The Pro version of medusa-store-analytics expands on the features of the free version with more advanced capabilities such as

  • customizable dashboard - you can create your own dashboard with chosen statistics
  • date range picker - choose whatever date range to see statistics exactly for this range
  • more than 15 new, advanced statistics - funnels, deep insights about promotions or granular statistics per sales channels.

The Pro version is available under commercial licence - contact [email protected] for more information.

Hide Pro version tab

We show what advanced features we offer in "Pro version" tab. We try to keep it non-intruisive, but if you feel it differently, you can always hide this tab by setting following environment variable: MEDUSA_ADMIN_MEDUSA_STORE_ANALYTICS_HIDE_PRO=true

After restarting your admin application, you shall have this tab hidden.


© 2024 RSC https://rsoftcon.com/