{% extends 'base.html' %} {% block title %}Analytics — {{ site.name }} — AgentForms{% endblock %} {% block head_extra %} {% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
Submission analytics and spam tracking
No impression data yet. Install the embed SDK to start tracking.
📊 Track form views and conversion rates. Available on Pro and above.
View Plans📊 Track form views and conversion rates. Available on Pro and above.
View PlansNo location data yet. Geolocation is tracked on submissions.
🌍 See where your form submissions come from. Available on Starter and above.
View PlansNo device data yet. Device parsing runs on form submissions.
📱 See what devices and browsers your visitors use. Available on Starter and above.
View Plans🎯 Track visitor sessions, abandonment, and field-level drop-off. Available on Pro and above.
View Plans| Date | Submissions | Spam | Clean |
|---|---|---|---|
| {{ day.day }} | {{ day.submission_count }} | {% if day.spam_count > 0 %} {{ day.spam_count }} {% else %} — {% endif %} | {{ day.submission_count - day.spam_count }} |
No analytics data yet. Submissions will appear here.