Google Cloud reCAPTCHA Enterprise v1 API - Class ChallengeMetrics (2.12.0)

public sealed class ChallengeMetrics : IMessage<ChallengeMetrics>, IEquatable<ChallengeMetrics>, IDeepCloneable<ChallengeMetrics>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class ChallengeMetrics.

Metrics related to challenges.

Inheritance

object > ChallengeMetrics

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

ChallengeMetrics()

public ChallengeMetrics()

ChallengeMetrics(ChallengeMetrics)

public ChallengeMetrics(ChallengeMetrics other)
Parameter
NameDescription
otherChallengeMetrics

Properties

FailedCount

public long FailedCount { get; set; }

Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered.

Property Value
TypeDescription
long

NocaptchaCount

public long NocaptchaCount { get; set; }

Count of nocaptchas (successful verification without a challenge) issued.

Property Value
TypeDescription
long

PageloadCount

public long PageloadCount { get; set; }

Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA.

Property Value
TypeDescription
long

PassedCount

public long PassedCount { get; set; }

Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.

Property Value
TypeDescription
long