App traffic analytics
A built-in dashboard on the Analytics page shows how busy your app is: total visits this month, your busiest day, the month-over-month trend, your 10 most-visited pages, a daily chart, and how you rank against other projects. No code or outside analytics tool needed.
Where to enable it
Toggle this feature in your project editor. No code required.
Inside the editor, head to Analytics.
Open in my projectRelated features
Time-range explorer & endpoint drill-down
On the Analytics page, the Traffic tab lets you pick a date range (7, 30, or 90 days), view an hour-by-hour heatmap of activity, and filter recent visits by page.
Top auth errors
Top error types hitting the auth pool (invalid_password, user_not_found, rate_limited, etc.) are surfaced on /analytics and queryable via getTopAuthErrors. Use it to diagnose login failures.
End-user signups, logins, and activity
The Visitors tab on /analytics surfaces signup trend, login success vs failure, hour-of-day active-user heatmap, login-method / device / geography breakdowns, and a recent activity feed. Reads the same data as the Auth β Analytics page but in one unified view.
Blocked suspicious visits
DontCode automatically blocks suspicious visits and attack attempts for you. The Analytics page shows how many were blocked and when, and the Security tab lists the recent blocked visitors. Nothing to set up.