TopStats.gg

Introduction

Send your product and game events to TopStats and turn them into live dashboards, funnels, retention, and alerts.

TopStats Analytics is an event analytics product. You send events (things that happen in your app or game, like player_join or purchase) from your backend, and TopStats turns them into live dashboards, funnels, retention grids, and alerts.

events

Base URL

The app and the API share one origin. Every ingest and API path lives under /v1/ on it.

https://topstats.gg/v1/

Where to go next

What you can build

  • Dashboards of numbers, time series, tables, funnels, retention grids, histograms, and activity heatmaps.
  • Actors to follow the person or server behind your events over time.
  • Alerts that watch a metric and notify Discord, Slack, a webhook, or email.
  • Scheduled digests that email a dashboard summary on a cadence.
  • Sharing and embedding so a dashboard can be a public link or an iframe.

Today you can send events from Node.js, JavaScript, TypeScript, or any HTTPS client (curl, fetch, your backend's HTTP library), and from any OpenTelemetry SDK or Collector. More language SDKs and game-server plugins are on the way.

On this page