Skip to content
Analytics

See how people actually move. Not how you think they do.

The viewer your visitors open is the same one that emits the events. No SDK install. No third-party script. Just the truth about which POIs get found, which routes succeed, and which searches fail.

  • 27Mevents / month
  • <5singest → dashboard
  • 13moraw event retention

Foot-traffic · last hour

101/min

+18%
What you'll actually look at

Signals an operator acts on, not metrics that look nice.

  • Foot-traffic heatmaps

    Per-floor, per-hour. Spot the bottleneck before facilities does. Export as image or GeoJSON.

  • Route popularity

    Which routes actually get solved, which get abandoned mid-walk. Which POIs they're routing to and from.

  • Failed searches

    Every query that returned no result. The list of POIs your visitors expect but you don't have.

  • POI dwell time

    How long visitors linger in a zone. Calibrated against route motion so a person walking past doesn't get counted as a visit.

How it looks from the API

Aggregates available in a single GET.

analytics.ts
// Top 10 most-routed-to POIs in the last 7 days
const res = await fetch(
  `https://api.minddigitize.com/v1/maps/${mapId}/analytics/poi-popularity?range=7d&limit=10`,
  { headers: { Authorization: `Bearer ${token}` } }
);

const { items } = await res.json();
// items: [{ poiId, name, routes: 1284, successRate: 0.91 }, ...]
Ready to ship

Your building is one CAD file away from a navigable map.

Book a 20-minute demo and we'll have a working public viewer of your floor plan before the call ends.