Analytics & Reports
Overview
The Analytics feature gives vendors a data-driven view of their store’s performance. The dashboard displays key performance indicators (KPIs) like total revenue, order count, average order value, and conversion rates. Vendors can drill down into product-level analytics, order trends, and category performance. Data can be visualized in charts, filtered by date range, and exported to Excel for offline analysis.
How It Works
Dashboard KPIs
The main dashboard calculates and displays:
| Metric | Description |
|---|---|
| Total Revenue | Sum of all paid order amounts in the selected period |
| Total Orders | Count of orders placed |
| Average Order Value | Revenue divided by order count |
| Conversion Rate | Orders divided by store visits |
| Top Products | Products ranked by revenue or units sold |
| Returning Customers | Percentage of repeat buyers |
Analytics Types
- Performance Statistics — Overall store health metrics with trend comparison
- Product Analytics — Per-product revenue, units sold, and conversion data
- Order Statistics — Order volume trends, fulfillment times, and status distribution
- Category Statistics — Revenue and order breakdown by product category
- Leaderboards — Top-performing products, categories, and customers
- Chart Data — Time-series data for line/bar charts (daily, weekly, monthly)
Key API Endpoints
Dashboard Statistics
Product Analytics
Order Statistics
Category Statistics
Database Tables
| Table | Purpose |
|---|---|
orders | Source data for revenue, order count, and fulfillment analytics |
products | Product metadata joined with order data for product analytics |
categories | Category hierarchy used for category breakdown |
customers | Customer data for returning customer and LTV metrics |
hourly_marketing_reports | Marketing channel performance data (sessions, conversions) |