When all the HTML has been received and parsed by the browser into the DOM tree.
Exit
When the cursor leaves the bounds of the body from the top of the page.
Inactive
When there's no user activity within the document after the configured time in milliseconds.
Scroll
When the scroll amount exceeds the provided value of the page height.
* Although Interaction Studio web templates are based on responsive HTML that supports displaying web campaigns on mobile devices, EXIT does not work on mobile devices since it depends on listening for mouse move events on a page.