BotConfigClientBehavior

BotConfigClientBehavior
BotConfigClientBehavior
JSON Example
{
    "bad_request_percent": 0,
    "enabled": false,
    "minimum_requests": 0,
    "minimum_requests_with_referer": 0
}
integer As uint32 As uint32
bad_request_percent
Optional

Minimum percentage of bad requests for the client behavior component to identify as a bot. Allowed values are 1-100. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
enabled
Optional

Whether client behavior based Bot detection is enabled. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint64 As uint64
minimum_requests
Optional

Minimum requests for the client behavior component to make a decision. Allowed values are 2-1000. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint64 As uint64
minimum_requests_with_referer
Optional

Minimum requests with a referer header for the client behavior component to not identify as a bot. Setting this to zero means the component never identifies a client as bot based on missing referer headers. Allowed values are 0-100. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.