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 appends its data to existing tracking calls.
This behavior is similar to a Set Data Values extension that defines a payload for page views and has a load rule which fires the tag when a specified page or pages are viewed.
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 fires the tag and includes the page view event variables with the tag payload.
Tracking events
The page view event performs a utag.ut.merge()
function to merge this page view event with another event. For more information, see Utility functions.
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: March 29, 2023