Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ChallengeMetrics.
Metrics related to challenges.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.ChallengeMetrics
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ pageload_count
int|string
Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA.
↳ nocaptcha_count
int|string
Count of nocaptchas (successful verification without a challenge) issued.
↳ failed_count
int|string
Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered.
↳ passed_count
int|string
Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.
getPageloadCount
Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA.
int|string
setPageloadCount
Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA.
var
int|string
$this
getNocaptchaCount
Count of nocaptchas (successful verification without a challenge) issued.
int|string
setNocaptchaCount
Count of nocaptchas (successful verification without a challenge) issued.
var
int|string
$this
getFailedCount
Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered.
int|string
setFailedCount
Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered.
var
int|string
$this
getPassedCount
Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.
int|string
setPassedCount
Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.
var
int|string
$this