From 4a1eb195f10ffd53ff1a1d0f51cc261e77707556 Mon Sep 17 00:00:00 2001 From: Angela Costa Date: Tue, 11 Feb 2025 16:24:50 +0000 Subject: [PATCH] Adds section for Turnstile Widget Traffic --- .../docs/waiting-room/waiting-room-analytics.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/content/docs/waiting-room/waiting-room-analytics.mdx b/src/content/docs/waiting-room/waiting-room-analytics.mdx index 253d122dc5786a..b0e511e501ac63 100644 --- a/src/content/docs/waiting-room/waiting-room-analytics.mdx +++ b/src/content/docs/waiting-room/waiting-room-analytics.mdx @@ -101,6 +101,16 @@ Queueing may occur below your configured limits, and active users may sometimes The New users per minute chart shows how many new users per minute passed through the waiting room to your origin compared to your configured New users per minute target threshold. Like the Active users chart, you can zoom in by highlighting to the left and right of the time period you are interested in, which will update the other chart as well as summary values. As you zoom out, each data point is averaged. Therefore, as you zoom in, values may fluctuate. +### Turnstile Widget Traffic + +The Turnstile widget traffic chart shows the number of challenges issued per minute and the distribution of traffic seen with these challenges. Traffic is categorized into three main categories: + +- Likely Human - This represents the number of challenges that were successfully solved. +- Likely Bots - This represents the number of unsolved challenges. +- Bots - This represents the number of failed challenges. + +If your waiting room has the infinite queue option enabled, you will see a line on the graph representing the number of refresh requests from bots in the infinite queue. + ## ​​GraphQL Analytics You can query your Waiting Room analytics data via GraphQL API. Waiting Room analytics provides near real-time visibility into your Waiting Room, allowing you to visualize the traffic to your application and how it is managed respecting the configured limits.