Analytics
Overview
Analytics provide insights into form performance, user behavior, and submission trends.
Metrics
Form Metrics
Views: Total form page views
Submissions: Completed submissions
Completion Rate: Submissions / Views
Drop-Off Rate: Abandoned / Views
Field Metrics
Completion Rate: Field completion percentage
Average Time: Time spent on field
Error Rate: Validation error frequency
Drop-Off Points: Fields where users abandon
Time-Based Metrics
Trends: Submissions over time
Peak Times: High-traffic periods
Response Times: Time to complete forms
Analytics Endpoints
Get Analytics
GET /analytics?environment=development&from=2024-01-01&to=2024-01-31Form Analytics
GET /forms/{formId}/analytics?environment=developmentExport Analytics
GET /forms/{formId}/analytics.csv?environment=developmentAnalytics Data
Data Sources
Events Table: User interaction events
Submissions Table: Form responses
Usage Table: Daily usage metrics
Data Aggregation
Real-time aggregation
Daily rollups
Monthly summaries
Per-form breakdowns
Environment Filtering
All analytics are filtered by workspace environment:
Only includes data from specified environment
Ensures data isolation
Supports multi-environment analytics
Use Cases
Performance Monitoring
Track form performance
Identify bottlenecks
Optimize form design
User Behavior
Understand user flow
Identify drop-off points
Improve completion rates
Business Intelligence
Submission trends
Peak usage times
Growth metrics
Next Steps
API Reference - API reference
Dashboard Guide - View analytics in dashboard
Last updated