Tracking Page Views
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 (Product List Viewed) and then add one of these products to a cart (Product Added).
We suggest using a unique string such as a UUID, nanoID or ulid.
Page Views
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".
Example
Last updated