Shopify_Dashboard_Plus
Pretty Dashboard for Shopify Admin with lots of graphs.
Screenshots
Metrics
Choose the interval over which to get data and see it displayed as:
Sales
- Daily Sales
- Total Sales
- Average Sales per Day
- Proportion of Sales per Product
- Number of Sales per Product
- Revenue per Product
Prices
- Proportion of Items Sold Per Price Point
- Number of Items Sold Per Price Point
- Revenue per Price Point
- Total Savings per Discount Code
- Number of Uses per Discount Code
Countries
- Proportion of Sales per Country
Currency
- Currencies Used per Purchase
Customers
- Purchases per Customer
Traffic Metrics
- Referrals per Site
- Referrals per Specific Site Page
- Revenue Per Referral Site
- Revenue Per Specific Referral Site Page
Usage
- To install manually:
git clone https://github.com/at1as/Shopify_Dashboard_Plus.git
- To install using the gem:
gem install shopify_dashboard_plus
- For dependencies see:
shopify_dashboard_plus.gemfile
- Retrieve
API Key
,Password
andShop Name
for your store from Shopify Admin - Run (key, password & name can be passed as environment variables, or later thorugh the UI):
SHP_KEY="my_key" SHP_PWD="my_password" SHP_NAME="my_shop" ./lib/shopify_dashboard_plus.rb
Notes
- Tested and developed with Ruby 2.1.2 on Mac OS 10.10