get_pageviews
Retrieve pageview and session counts for a website over a specified time range. Filter by URL path, referrer, and timezone. Group results by hour, day, week, month, or year.
Instructions
Get pageview and session counts over time for a website
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| websiteId | Yes | Website UUID | |
| startAt | Yes | Start timestamp in milliseconds | |
| endAt | Yes | End timestamp in milliseconds | |
| unit | Yes | Time grouping unit | |
| timezone | No | Timezone (e.g. 'Asia/Seoul') | |
| url | No | Filter by URL path | |
| referrer | No | Filter by referrer |