Accessing web visit data
Version: 10.4
Interactions can come from online or offline channels. To determine if an interaction is a web interaction, check for the presence of the WebVisit facet. The following list describes how to access page views, events, and other web-specific information:
-
Use the
WebVisitfacet to get web-specific information such as site language and browser. -
Look at the
Eventson the interaction - page visits are represented asPageViewEventobjects in the list. -
Goals, outcomes, and page events are also stored in the interaction’s
Eventscollection and are linked to their parent page view event by theParentEventIdproperty.
See also: