pageViewId property
A unique id of a web page view.
This should be kept the same for all user events triggered from the same
pageview. For example, an item detail page view could trigger multiple
events as the user is browsing the page. The pageViewId
property should
be kept the same for all these events so that they can be grouped together
properly. This pageViewId
will be automatically generated if using the
JavaScript pixel.
Optional.
Implementation
core.String? pageViewId;