Validator Analytics

About Validator Analytics

The Validator Analytics page provides insights into the performance of Validators. These analytics help Validator creators monitor effectiveness, identify friction points, and optimize validation experiences across the platform.

To access it navigate to Content Analytics > Validator Analytics.You’ll find a breakdown of overall performance as well as the ability to drill down into specific validator behavior.

Metrics

Success Rate The percentage of sessions where a validation attempt ended in a valid input. Formula: 
% (# of sessions with successful validation)/(# of sessions with validation) * 100
Success rate breakdown

Correct at First Attempt: Inputs that passed validation on the first try.

Corrected: Initially invalid inputs that were fixed and then accepted.

Invalid: Inputs that remained invalid and were never corrected.

Views
How often the validator was triggered
Unique users
Number of distinct users who saw the validator
Avg Attempts to Correct

Average number of tries users needed before submitting a valid input.
Success rate over time  Line chart that success rate fluctuations over time, helping you identify trends, regressions, or improvements in validator performance.


Best Practices

  • Investigate Low Success Rates: Validators with low success or high invalid rates may have unclear instructions, overly strict rules, or UI issues.

  • Monitor High Attempt Counts: Validators with high “Avg of attempts to correct” suggest users struggle to get it right. Consider reviewing the pattern, tooltip, or input format hints.

  • Use Time Filters to correlate validator performance with product changes, onboarding steps, or feature launches.