Mouseover Event
The mouseover event sends tracking data when a visitor hovers their cursor over an element on a page. You can specify how long the visitor needs to hover the cursor over that element.
See the full list of available events.
Prerequisites
- utag v4.38 or higher. For additional information, see How to upgrade utag.js.
How it works
The mouseover event tracks when visitors hover their mouse cursor over a specified element. When a visitor performs the action, the tracking call is triggered.
Event triggers
Event triggers are the specific actions the event listener tracks.
This event can track the following event triggers:
- Mouseover – Trigger when the the visitor hovered the cursor over the specified element for a minimum amount of time.
You can set the following threshold for the trigger:
- Duration of Hover - The amount of time in milliseconds to hover over the element to trigger the event.
Event trigger variables
Event trigger variables are the values the event listener sends with the tracking call. The mouseover event event has the following default event trigger variable:
Mouseover
Identifier | Description |
---|---|
tealium_event="mouseover" |
The visitor hovered their mouse cursor over the specified element for the minimum amount of time. |
Example
{
"tealium_event" : "mouseover"
}
This page was last updated: January 30, 2023