Tracking Page Views
Last updated
Last updated
An important property you send which each event is the pageId
.
This is a unique identifier for each page which is used to collate events sent from that page view together.
For example you may view a page, then a list of products on that page () and then add one of these products to a cart ().
We suggest using a unique string such as a , or .
For each page view on your website, or view of a screen on your mobile app, you can send along an event with type
"page".