Skip to main content
Version: v1

Event Sub Types

EventTypeEventSubTypeDescription
navigatenavigateIndicates that the page was accessed by a link, bookmark, form submission, script, or by typing the URL in the address bar.
navigatereloadIndicates that the page was loaded by clicking the Reload button or via the Location.reload() method.
navigateback_forwardIndicates that the page was accessed by navigating into the history.
pinch_gesturepinch_scale_inIndicates "zoom in" behavior.
pinch_gesturepinch_scale_outIndicates "zoom out" behavior.
console_messageerrorIndicates that the event is an error logged to the console.
seenrenderedIndicates that the watched element was rendered in the DOM, but never visible in the viewport.
seenvisibleIndicates that the watched element was visible in the viewport (at least 25%).
exceptionuncaughtIndicates that the exception was uncaught.
suspicious_activityaiIdentifies traffic from AI-powered crawlers, assistants, and agents. The EventCategory field further refines this subtype; see Event Categories. Learn More
suspicious_activityautomationIdentifies potential bot behavior by analyzing session data such as pointer movement and browser environment. The EventCategory field further refines this subtype; see Event Categories. Learn More
suspicious_activityfraudDetects suspicious input patterns and form abuse, including credential stuffing and injection attacks. The EventCategory field further refines this subtype; see Event Categories. Learn More
suspicious_activitynetworkIdentifies session origins from cloud infrastructure or consumer privacy networks. The EventCategory field further refines this subtype; see Event Categories. Learn More

Additional Information