get_domain_visitors
Retrieve visitor analytics for specific domains from Clicky, including visitor counts and page data within customizable date ranges and segmentation options.
Instructions
Get visitors filtered by domain from Clicky analytics with optional segmentation data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name to filter by (e.g., "facebook.com", "google.com") | |
| start_date | Yes | Start date in YYYY-MM-DD format | |
| end_date | Yes | End date in YYYY-MM-DD format | |
| segments | No | Optional array of segments to include (pages, visitors). Defaults to visitors only. "visitors" gets the total number of visitors from the domain. "pages" get the list of pages and its visited count from the domain. | |
| limit | No | Optional limit for results (max 1000) |