Skip to content

IAP Catalog

The IAP Catalog shows performance metrics for every product in your shop. Compare revenue, conversion rates, and identify your best-sellers and underperformers.

ColumnDescription
Product IDInternal product identifier
NameDisplay name in shop
PriceBase USD price
RevenueTotal revenue from this product in period
PurchasesNumber of times purchased
BuyersUnique players who purchased
Conversion Rate% of active players who bought this
Avg PriceActual revenue ÷ purchases (captures discounts)

Click a product row to see detailed analytics:

  1. Timeline Chart - Daily revenue trend for this product
  2. Top Buyers - Top 10 players by spending on this product
  3. Repeat Rate - % of buyers who purchased again
  4. Performance vs Period Average - How this product compares to others

Sort by:

  • Revenue - Highest earners first
  • Conversion - Best conversion rates
  • Purchase Count - Most popular by volume
  • Repeat Rate - Highest loyalty

Filter by:

  • Product Type - Cosmetics, Currency, Season Pass, etc.
  • Price Range - Budget vs premium tiers
  • Date Range - Compare periods
PatternInterpretationAction
High conversion, low avg_pricePopular, cheapUpsell with premium variant
Low conversion, high priceNiche, expensiveDiscount test or lower price
High repeat rateConsumable, lovedIncrease supply
One-time buyersLimited appealImprove description, reposition

Click Export to download product data with all metrics for spreadsheet analysis.

Terminal window
curl "https://api.questdata.io/v1/stats/products?from=2026-01-01&to=2026-04-06" \
-H "x-game-api-key: YOUR_API_KEY"

Response:

{
"products": [
{
"product_id": "premium_pack",
"name": "Premium Bundle",
"price": 9.99,
"revenue": 1750.00,
"purchases": 175,
"unique_buyers": 150,
"conversion_rate": 2.5,
"avg_price": 10.00,
"repeat_rate": 0.15
},
{
"product_id": "starter_pack",
"price": 4.99,
"revenue": 450.00,
"purchases": 90,
"unique_buyers": 85,
"conversion_rate": 1.2,
"avg_price": 5.00,
"repeat_rate": 0.05
}
]
}
  • Test price points with 10% of players first
  • Bundle slow-sellers with popular products
  • Monitor conversion weekly for quick feedback