# Page visit model
Page visits are occurrences of your customer's visit on your website.
# Properties
| Attributes | Type | Description |
|---|---|---|
| client_user | string | A unique identifier (12 random characters) for the user which is given by User.com automatically. |
| page_domain | string(URL) | A URL of a website. |
| page_path | string | A path (exact location of a page) visited by a user. |
| timestamp | string | A unix format timestamp of a user visit. |