Page views
A page view occurs when a user visits a page.
Each time the analytics script sends a page view, the analytics system increments the page view counter.
When sending pageviews, the script removes query parameters and the trailing slash from the URL (e.g., example.com/route/
and example.com/route?param=value
are saved as example.com/route
). This improves the readability and appearance of charts and helps avoid duplicate entries for identical paths that differ only by query parameters or a trailing slash.

