Analytics
Time-series and breakdown analytics for charts (conversations over time, geo, devices, conversion funnels). Retention depends on your plan. Authentication required.
GET
/api/v1/sites/{id}/analytics AuthAnalytics dataset. Optional period (days) query parameter.
| Param | Type | In | Description |
|---|---|---|---|
period | int | query | Window in days (plan-limited) |
Response
{
"conversations_by_day": [ … ],
"by_country": [ … ],
"by_device": [ … ],
"funnel": { … }
}