Overview
Behavioral tracking is a powerful feature of Roundtable Alias that analyzes participants’ typing patterns, keystroke dynamics, and other behavioral signals to identify suspicious activities that may indicate fraudulent responses. By monitoring how participants interact with the survey interface, Alias can detect abnormal behaviors that deviate from genuine human response patterns. This added layer of fraud detection complements the content-based checks and helps ensure the integrity of your survey data.Behavioral Signals Monitored
Alias tracks a range of behavioral signals throughout the survey response process, including:- Typing Speed: Measures the average time between keystrokes and flags responses with abnormally fast or slow typing speeds.
- Typing Rhythm: Analyzes the consistency and variability of typing patterns to identify bot-like or scripted behaviors.
- Pauses and Hesitations: Detects unusual pauses or hesitations that may indicate copy-pasting, programmatic entry, or disengagement.
- Keypress Sequences: Monitors the order and frequency of specific keypresses to identify repetitive or unnatural typing patterns.
- Revision Patterns: Tracks how participants edit and revise their responses, flagging abnormal patterns such as lack of revisions or excessive backspacing.
Enabling Behavioral Tracking
To leverage Alias’s behavioral tracking capabilities, you need to include thequestion_histories parameter in your API requests. This parameter captures the detailed typing data for each question response.
To collect question_histories data:
- Integrate the Alias JavaScript tracker into your survey platform or custom survey interface. The tracker captures the necessary keystroke and timing data.
-
When submitting survey responses to the Alias API, include the
question_historiesobject, which contains the tracked typing data for each question.
question_histories data:
Interpreting Behavioral Tracking Results
When Alias detects suspicious behavioral patterns, it flags the corresponding responses in thechecks object of the API response.
Example checks object with behavioral flags:
Customizing Behavioral Thresholds
Alias uses default thresholds for detecting abnormal behavioral patterns based on extensive research and data analysis. However, you can customize these thresholds to better suit your specific survey requirements. Contact our support team at [email protected] to discuss custom behavioral tracking configurations and thresholds.Next Steps
- Integrate the JavaScript Tracker into your survey platform to enable behavioral tracking.
- Learn how behavioral tracking complements other fraud detection features like basic checks and duplicate detection.
- Reach out to [email protected] for assistance with custom behavioral tracking configurations.

