Class ChallengeMetrics (1.5.0)

ChallengeMetrics(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metrics related to challenges.

Attributes

NameDescription
pageload_count int
Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA.
nocaptcha_count int
Count of nocaptchas (successful verification without a challenge) issued.
failed_count int
Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered.
passed_count int
Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.