Skip to main content
Version: v1

Event Sub Types

NameDescription
navigatePresent only for events with EventType "navigate". Indicates that the page was accessed by a link, bookmark, form submission, script, or by typing the URL in the address bar.
reloadPresent only for events with EventType "navigate". Indicates that the page was loaded by clicking the Reload button or via the Location.reload() method.
back_forwardPresent only for events with EventType "navigate". Indicates that the page was accessed by navigating into the history.
pinch_scale_inPresent only for events with EventType "pinch_gesture". Indicates "zoom in" behavior.
pinch_scale_outPresent only for events with EventType "pinch_gesture". Indicates "zoom out" behavior.
errorPresent only for events with EventType "console_message". Indicates that the event is an error logged to the console.
renderedPresent only for events with EventType "seen". Indicates that the watched element was rendered in the DOM, but never visible in the viewport.
visiblePresent only for events with EventType "seen". Indicates that the watched element was visible in the viewport (at least 25%).
uncaughtPresent only for events with EventType "exception". Indicates that the exception was uncaught.

Additional Information