Payments & Revenue

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:

💰
Total Revenue
All-time gross revenue before ForgeStore fees
📅
Today's Revenue
Revenue earned since midnight in your timezone
Pending Orders
Payments awaiting crypto confirmation (usually 1–5 min)
👥
Active Players
Unique players who purchased in the last 30 days
📈
Conversion Rate
% of players who visit the store and complete a purchase
🎯
Avg Order Value
Average amount per completed transaction

Revenue Reports

Go to Dashboard → Statistics to access detailed revenue reports.

Time periods

PeriodWhat it shows
TodayHour-by-hour breakdown of today's revenue
Last 7 daysDaily bars with trend vs previous 7 days
Last 30 daysDaily revenue with weekly averages
All timeMonthly view of your entire history

Revenue breakdown

The statistics page also shows:


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.

💡
Improve retention: If your returning player rate is low, consider adding a loyalty discount for players who've purchased before, or a subscription package that gives ongoing perks.

Package Performance

See which packages generate the most revenue. Go to Statistics → Packages.

MetricWhat it means
Units soldTotal number of times purchased
RevenueTotal gross revenue from this package
View-to-purchase rate% of players who viewed the package and bought it
Avg time to buyHow 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

  1. Go to Dashboard → Orders
  2. Apply filters (date range, status, package)
  3. 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:

GET /api/v1/orders/export
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"
ℹ️
Data is retained indefinitely. You can export your complete history at any time.