Pageviews are used to track what pages a visitor is browsing across your site. A visitor can visit any number of pages during a browsing session, and these will be automatically tracked using the JavaScript tracker so long as it is installed on every page.
The page URL and page title can be modified. Other parameters (such as user-agent, screen dimension etc.) are all detected internally when the pageview is tracked.
| Name | Description | Type | Default |
|---|---|---|---|
| URL | The URL of the page to track. This will be resolved relative to the current URL. | String | window.location.href |
| Title | The title of the page to track. | String | document.title |