navigate | Present 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. | 
reload | Present only for events with EventType "navigate". Indicates that the page was loaded by clicking the Reload button or via the Location.reload() method. | 
back_forward | Present only for events with EventType "navigate". Indicates that the page was accessed by navigating into the history. | 
pinch_scale_in | Present only for events with EventType "pinch_gesture". Indicates "zoom in" behavior. | 
pinch_scale_out | Present only for events with EventType "pinch_gesture". Indicates "zoom out" behavior. | 
error | Present only for events with EventType "console_message". Indicates that the event is an error logged to the console. | 
rendered | Present only for events with EventType "seen". Indicates that the watched element was rendered in the DOM, but never visible in the viewport. | 
visible | Present only for events with EventType "seen". Indicates that the watched element was visible in the viewport (at least 25%). | 
uncaught | Present only for events with EventType "exception". Indicates that the exception was uncaught. |