Creator Analytics
Creators get a dashboard summarizing their earnings, sales, and audience — under Settings → Insights and tools (/settings/insights-tools). It pulls together data that already existed on the backend but was previously scattered or unsurfaced, and adds a daily earnings trend.
Each property has its own checkbox marking whether that specific piece is fully implemented and functional end to end (frontend + backend) — update these yourself as work lands; this page won't overwrite them.
- Available / held balance summary (reuses the payouts earnings-summary card)
- Earnings breakdown by source — tips, content sales, profile subscriptions, group subscriptions, marketplace, other (30d / 90d / all-time)
- Daily earnings trend over time (7d / 30d / 90d), zero-filled so the chart is continuous
- Exclusive post sales detail — total sales, revenue, your earnings, platform fees (surfaces
myPostPurchaseEarnings, which had no frontend before) - Active subscriber count
- Subscriber retention / churn over time — the Insights & Tools page now shows a 6-month bar chart of active subscribers per month plus per-month churn, backed by the
subscriberRetention(months)query that aggregates the full UserSubscription history (new / churned / active-at-end / churn & retention rates) by calendar month. - Per-buyer breakdown ("who bought which post/product") — a "Top buyers" section on
Settings → Sales & earningsgroupsmyPostPurchaseSalesby buyer with per-buyer sale counts and coin totals - CSV export from this page — an "Exportar CSV" button on Insights & Tools downloads a CSV with the earnings summary (subscribers, exclusive sales/revenue/earnings, platform fees) plus the 6-month subscriber retention table, generated client-side. Official jurisdiction-specific tax-document generation remains out of scope (see Payouts).
See the technical reference for GraphQL schemas, routes, source file links, and per-field wiring status.