page event records whenever a user views a page of your website.
Fields
Apart from the common fields, thepage call accepts the following properties:
| Property | Type | Description |
|---|---|---|
url | String | Full URL of the page. |
path | String | Path component of the URL (without query string or hash). |
hash | String | Hash fragment of the URL (e.g., #section). |
query | String | Query string of the URL (without the leading ?). |
name | String | Name of the page. |
category | String | Category of the page. |
title | String | Title of the page. |