Aggregate visitor stats for your handle page (visitors, pageviews, bounce rate, visit duration, visits) with % change vs previous period. Premium only.
API Key API key used for authentication
In: header
Time window. Presets: today, yesterday, last24h, last7d, last30d, last90d, wtd, month. Custom: custom:YYYY-MM-DD:YYYY-MM-DD
"last30d"application/json
application/json
curl -X GET "https://example.com/visitors/aggregate"{ "visitors": { "value": 1200, "change": 15 }, "pageviews": { "value": 3400, "change": 12 }, "bounce_rate": { "value": 42, "change": -5 }, "visit_duration": { "value": 92, "change": 3 }, "visits": { "value": 1500, "change": 10 }}{ "error": "string", "code": "string", "details": null}