# Web session statistics

Explore what information is available for web session statistics.

This type represents an aggregate view of a user's web session, including metrics like total page views, tab views, and orders placed.

## Properties

These are the available properties:

- `pageviews`: `integer`

  The number of page views in the session. It starts at 1 when the session starts and increases each time the user navigates to a page other than the one they are currently on.

- `tabviews`: `integer`

  The number of times the user has switched tabs during the session. It starts at 1 when the session begins and is incremented each time the user switches back to the tab.

- `clicks`: `integer`

  The number of clicks in the session. It starts at 0 when the session begins and is incremented each time the user clicks something.

- `orders`: `integer`

  The number of orders placed during the session. It starts at 0 when the session begins and is incremented each time the user places an order.
