document.addEventListener(...).intempt:html — Auto-tracked HTML Eventsintempt:html event is automatically emitted by Intempt’s auto-tracker whenever a user interacts with HTML elements on the page.detail object.intempt:html?intempt:html when:| Property | Description |
|---|---|
eventName | The DOM event name, such as "click", "change", or "submit" |
target | The HTMLElement on which the interaction occurred |
intempt:page — Auto-tracked Page View Eventsintempt:page event is automatically emitted for page-level activity, such as when a page is viewed or left.intempt:page?intempt:page when:| Property | Description |
|---|---|
eventName | "View page" or "Leave page" |
fullUrl | Full URL of the page |
title | Page or document title |
windowWidth | Browser window width |
pageId | Unique identifier for the page |
duration | Time spent on the page (undefined for "View page") |
previousPage | URL of the previously visited page |
intempt:session — Auto-tracked Session Eventsintempt:session event is emitted automatically for session lifecycle events such as Start Session and End Session.intempt:session?intempt:session when:| Property | Description |
|---|---|
eventName | Auto or custom event name within the session |
region | User’s region (empty if blocked) |
city | User’s city (empty if blocked) |
country | User’s country (empty if blocked) |
ip | User IP address (empty if blocked) |
eventCounter | Number of events recorded in the session |
duration | Session duration so far (undefined for "Start Session") |
type | "sessionStart" or "sessionEnd" |