This article presents possible use cases and corresponding sample flows that you can support. It provides a useful starting point as you plan your implementation.
You want to track how your AI Site-Chat is performing on a daily basis to understand visitor engagement patterns and identify trends in chat usage.
To monitor AI Site-Chat performance metrics:
kpi_date, mode, and conversations_count.dailyKpis array from the response.mode to compare AI-handled and Wix-user-handled conversations.kpi_date to plot conversation trends over time.You're creating a comprehensive dashboard that displays various AI Site-Chat metrics to help site owners understand their chat performance and visitor engagement levels.
To build analytics dashboards for chat engagement:
dailyKpis and periodKpis from the statistics response.last_30_days and previous_30_daysYou need to evaluate whether your AI Site-Chat improvements are working by comparing current performance against previous periods and identifying areas for optimization.
To compare current and historical chat performance:
periodKpis array from the response.period set to last_30_days for current performanceperiod set to previous_30_days for historical baseline(current.conversations_count - previous.conversations_count) / previous.conversations_count * 100Last updated: 28 July 2026