Analytics & Statistics
Understand your store's performance — revenue trends, player behavior, package performance, and how to use the data to grow.
Dashboard Overview
Your dashboard shows a live snapshot of your store's performance. The key metrics are updated in real time:
Revenue Reports
Go to Dashboard → Statistics to access detailed revenue reports.
Time periods
| Period | What it shows |
|---|---|
| Today | Hour-by-hour breakdown of today's revenue |
| Last 7 days | Daily bars with trend vs previous 7 days |
| Last 30 days | Daily revenue with weekly averages |
| All time | Monthly view of your entire history |
Revenue breakdown
The statistics page also shows:
- Gross revenue — total before fees
- Platform fees — ForgeStore's cut (7% free / 3% pro)
- Net revenue — what you actually receive
- Payment method split — crypto vs card percentage
Player Analytics
Top players
See your top supporters ranked by total spent. Accessible via Statistics → Top Players. Shows username, total orders, total spent, and first/last purchase date.
Player lookup
Search for any player by username to see their complete purchase history, total spent, and current active subscriptions. Go to Dashboard → Players → Search.
New vs returning players
The statistics page shows what percentage of your buyers are first-time purchasers vs returning ones. A high returning rate means strong player loyalty.
Package Performance
See which packages generate the most revenue. Go to Statistics → Packages.
| Metric | What it means |
|---|---|
| Units sold | Total number of times purchased |
| Revenue | Total gross revenue from this package |
| View-to-purchase rate | % of players who viewed the package and bought it |
| Avg time to buy | How long after first visiting the store players buy this package |
A/B price testing
ForgeStore supports A/B testing for package prices. Enable it in Package Settings → A/B Test. Half of your visitors see Price A, half see Price B. After 100+ views, the dashboard shows which price converts better.
Export Data
Export your orders and player data as CSV for use in spreadsheets or your own analytics tools.
Export orders
- Go to Dashboard → Orders
- Apply filters (date range, status, package)
- Click Export CSV
The CSV includes: order ID, player username, player email, package name, amount, currency, payment method, status, creation date, delivery date.
Export via API
For automated exports, use the API endpoint:
curl https://forgestore.net/api/v1/orders/export \ -H "X-ForgeStore-Key: YOUR_API_KEY" \ -G -d "status=paid&from=2025-01-01&to=2025-12-31"