Page View Event
The page view event sends tracking data when a visitor views a page.
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 page view event tracks when a visitor views a page. When a visitor performs the action, the event listener will append its data to existing tracking calls.
Use case
Use this event listener with tags that already subscribe to other event listeners.
Add the page view event in an OR relationship with the other events so that when a visitor views the page, the page view event will fire the tag and include the page view event variables with the tag payload.
This behavior is similar to a Set Data Variables extension with a load rule that defines a payload for page views, and then you define when to fire the tag.
Tracking events
The page view event supports only a view tracking event.
Event triggers
Event triggers are the specific actions the event listever tracks.
The event default is the page view event trigger.
Event trigger variables
Event trigger variables are the values the event listener sends with the tracking call. The page view event has the following default event trigger variable:
Page View
Identifier | Description |
---|---|
tealium_event="page_view" |
The visitor viewed the specified page. |
Example
{
"tealium_event" : "page_view"
}
This page was last updated: January 30, 2023