There are differences in the device fields corresponding to different device types and the following lists the field descriptions for the different device types
When the behavior parameter is included in the request, the response returns a behavior_detail map. Behavior fields are not directly flattened under behavior_detail; instead, they are placed in the corresponding sub map by category. Different client platforms may return different fields.
Number of times scale event speed exceeds a threshold per second, e.g., if current unit speed exceeds 5 scale events/second (> 5 events/s), count +1.
iOS、Android、Flutter
scroll_rage_actions_count
int
Number of times scroll event speed exceeds a threshold per second, e.g., if current unit speed exceeds 5 scroll events/second (> 5 events/s), count +1.
iOS、Android、Flutter
swipe_rage_actions_count
int
Number of times swipe event speed exceeds a threshold per second, e.g., if current unit speed exceeds 5 swipe events/second (> 5 events/s), count +1.
iOS、Android、Flutter
text_input_rage_actions_count
int
Number of times text input event speed exceeds a threshold per second, e.g., if current unit speed exceeds 5 text input events/second (> 5 events/s), count +1.
iOS、Android、Flutter
touch_rage_actions_count
int
Number of times touch event speed exceeds a threshold per second, e.g., if current unit speed exceeds 5 touch events/second (> 5 events/s), count +1.
iOS、Android、Flutter、Web
keyboard_rage_actions_count
int
Number of times keyboard event speed exceeds a threshold per second, e.g., if current unit speed exceeds 5 keyboard events/second (> 5 events/s), count +1.
Web
mouse_rage_actions_count
int
Number of times mouse event speed exceeds a threshold per second, e.g., if current unit speed exceeds 5 mouse events/second (> 5 events/s), count +1.
Web
click_rage_actions_count
int
Number of times click event speed exceeds a threshold per second, e.g., if current unit speed exceeds 5 click events/second (> 5 events/s), count +1.
Total distance of scroll events, unit: logical pixels, example: 100.0
iOS, Android, Flutter
swipe_path_length
float
Total distance of swipe events, unit: logical pixels, example: 100.0
iOS, Android, Flutter
swipe_total_events_count
int
Total number of swipe events.
iOS, Android, Flutter
text_input_total_events_count
int
Total number of text input events.
iOS, Android, Flutter
touch_total_events_count
int
Total number of touch events.
iOS, Android, Flutter, Web
scroll_total_events_count
int
Total number of scroll events.
iOS, Android, Flutter, Web
touch_actions_speed
float
Touch event speed, unit: events/s, example: 10.0
iOS, Android, Flutter, Web
click_total_events_count
int
Total number of click events.
Web
mouse_moving_path_length
float
Total distance of mouse movement events, unit: logical pixels, example: 100.0
Web
mouse_moving_speed
float
Mouse movement speed, unit: logical pixels/s, example: 100.0
Web
mouse_hover_total_events_count
int
Total time spent in mouse hover state. A mouse hover event is triggered when the mouse remains stationary for more than 500 milliseconds ( > 500 ms).
Web
mouse_hover_time_spent_total
int
Total time spent in mouse hover state. A mouse hover event is triggered when the mouse remains stationary for more than 500 milliseconds ( > 500 ms). Unit: milliseconds, example: 10000
Ratio of touch events located in the main touch area. Value range: .
Behavior collection information interactions type#
Field
Type
Description
Platform
application_as_background_count
int
Number of times the application enters background.
iOS, Android, Flutter
application_as_foreground_count
int
Number of times the application enters foreground.
iOS, Android, Flutter
application_navi_count
int
Number of application interface switches.
iOS, Android, Flutter
client_activity_session_time_spent_total
int
Time spent by the application in foreground, unit: milliseconds, example: 10000
iOS, Android, Flutter
client_interactions_time_spent_total
int
Total time of input field cursor focus within the application, unit: milliseconds, example: 10000
iOS, Android, Flutter、Web
client_interactions_tracked_events_count
int
Number of events triggered during input field cursor focus within the application. Event types include touch, scroll, screenEdgePan, swipe, and textInput.
iOS, Android, Flutter、Web
text_input_text_removed_all_count
int
Number of complete text deletion input events among text input events; requires text length > 1 before deletion.
iOS, Android, Flutter
input_delete_actions_count
int
Number of delete operation input events when a letter was deleted in the "usual" way during field filling (1 character per event).
iOS, Android, Flutter, Web
input_insert_actions_count
int
Number of insert operation input events when a letter was inserted in the "usual" way during field filling (1 character per event).
iOS, Android, Flutter, Web
input_cut_actions_count
int
Number of cut operation input events among text input events.
Web
input_copy_actions_count
int
Number of copy operation input events among text input events.
Web
input_paste_actions_count
int
Number of paste operation input events among text input events.
iOS, Android, Flutter, Web
application_navi_info
string
Information on application interface switching, including interface name and dwell time(milliseconds), example: "Main0,3306,SignIn0,7399".
For time-sorted accelerometer data, take a fixed number of accelerometer data points and calculate whether the variance of g values exceeds a threshold. If yes, count +1.
iOS, Android, Flutter
gyroscope_x_rage_actions_count
int
For time-sorted gyroscope data, take a fixed number of gyroscope data points and calculate whether the variance of x values exceeds a threshold. If yes, count +1.
iOS, Android, Flutter
gyroscope_y_rage_actions_count
int
For time-sorted gyroscope data, take a fixed number of gyroscope data points and calculate whether the variance of y values exceeds a threshold. If yes, count +1.
iOS, Android, Flutter
gyroscope_z_rage_actions_count
int
For time-sorted gyroscope data, take a fixed number of gyroscope data points and calculate whether the variance of z values exceeds a threshold. If yes, count +1.
iOS, Android, Flutter
orientation_total_events_count
int
Number of times device orientation changes.
iOS, Android, Flutter
orientation_rage_actions_count
int
Number of times device rotation event speed exceeds a threshold per minute, e.g., if current unit speed exceeds 5 device rotation events/minute, count +1.
Number of characters when any other character (including symbols, punctuation, marks, and separators) was typed in the field or when the number of pasted characters was greater than one per event (including date selection from a calendar picker).
iOS, Android, Flutter
text_input_speed
float
Text input speed, unit: characters/s.
iOS, Android, Flutter
keyboard_total_keys_pressed_count
int
Total number of keyboard key press events.
Web
keyboard_backspace_key_pressed_count
int
Number of backspace key press events.
Web
keyboard_shift_key_pressed_count
int
Number of shift key press events.
Web
keyboard_delete_key_pressed_count
int
Number of delete key press events.
Web
keyboard_symbol_key_pressed_count
int
Number of symbol key press events.
Web
keyboard_cut_keys_pressed_count
int
Number of "ctrl + x" key combination press events.
Web
keyboard_copy_keys_pressed_count
int
Number of "ctrl + c" key combination press events.
Web
keyboard_paste_keys_pressed_count
int
Number of "ctrl + v" key combination press events.
Web
keyboard_shift_delete_actions_count
int
Number of "shift + delete" key combination press events.
Web
keyboard_ctrl_alt_delete_actions_count
int
Number of "ctrl + alt + delete" key combination press events.
Web
keyboard_typing_speed
int
Keyboard event speed, unit: events/s.
Web
keyboard_is_trusted_key_count
int
Number of trusted input events in the application flow among keyboard events, i.e., total events where event.isTrusted == true.
Web
input_from_inside_count
int
Total number of times users input values within the field during interaction with the input box (position > 1 and position < string length).
See Example of response below for the full behavior collection information returned by the API#
Touch contact area list, example: "0.0000,25.6476"
iOS, Android
iOS, Android, Flutter, Web
Web
input_from_end_count
int
Total number of times users input values at the end of the string during first interaction with the input box.
Web
input_from_beginning_count
int
Number of times users start input from the first position of the field during interaction with the input box.
Web
touch_prop_force_max
float
Touch event maximum pressure value, example: 0.8
Web
touch_prop_force_avg
float
Touch event average pressure value, example: 0.5
Web
touch_prop_force_min
float
Touch event minimum pressure value, example: 0.2
Web
text_input_count
int
Total number of characters in all text input events.
iOS, Android, Flutter, Web
text_input_source
int
Input source, 32-bit bitmap. From right to left: bit 1: unknown source; bit 2: keyboard input; bit 3: paste; bit 4: autofill (passwords, verification codes, etc.); bit 5: app program fill; bit 6: third-party SDK injection; Example: 5 = 0b101, indicating paste and unknown source.