Appearance
Analytics Dashboard
Pro & EnterpriseAnalytics requires a Pro or Enterprise subscription.
Compare plansThe analytics dashboard provides visual reports on how visitors interact with your map.
Accessing the Dashboard
Go to Dashboard → Analytics and select a project. The dashboard shows data for the selected time range.

Dashboard Sections
Summary Cards
Quick overview metrics:
- Total Interactions — all tracked events
- Map Clicks — area and marker clicks
- Search Queries — search usage
- Events per Day — average daily activity with change percentage
Daily Activity
Line chart showing daily event breakdown:
- Area clicks
- Marker clicks
- Hovers
- Searches
- Zoom events
- Floor switches
Hourly Activity
24-hour heatmap showing when visitors are most active.
Event Types
Bar chart showing distribution of event types (click, hover, select, query, etc.).
Top Areas
Top 10 areas by total interactions (clicks + hovers). Identifies the most popular destinations.
Top Markers
Top 10 markers by clicks.
Top Searches
Top 10 search queries. Helps you understand what visitors are looking for.
Top Routes
Top 10 requested routes (origin → destination pairs).
Floor Activity
Activity distribution across levels with percentage breakdown.
API Access
All dashboard data is available via the REST API:
http
GET /api/projects/{project_id}/analytics/dashboard/?days=30
Authorization: Bearer <token>Query parameters:
days— number of days to include (default: 30)
Additional endpoints:
http
GET /api/projects/{project_id}/analytics/stats/?days=30
GET /api/projects/{project_id}/analytics/events/?limit=100