identified with the Vero Javascript library. At this point the user’s activity is tracked.
If you would prefer to track pageviews, it is as simple as initializing Vero’s Javascript library with this functionality enabled. Once enabled, Vero will track an event called Viewed page with a property url equal to the full path the user visited. This allows you to use pageviews for segmentation.
To turn pageview tracking on, add the following line to the main Vero Javascript library snippet (typically inserted just before the </head> tag on your HTML pages).
Viewed page event in the Logs section of your Vero dashboard.
You can get a full copy of the Vero Javascript Library code from our API reference.
