diff --git a/src/content/docs/turnstile/concepts/hostname-management.mdx b/src/content/docs/turnstile/concepts/hostname-management.mdx index 66c574ff4046614..b2da9d330a96999 100644 --- a/src/content/docs/turnstile/concepts/hostname-management.mdx +++ b/src/content/docs/turnstile/concepts/hostname-management.mdx @@ -63,7 +63,7 @@ If the widget is embedded on a hostname not listed, it will display an error mes Customers with Enterprise Bot Management or Enterprise Turnstile can have the optional `any hostname` validation entitlement. -By default, a widget requires at least one hostname to be entered. With this entitlement, you can create and use a widget without entering any hostnames for the widget. +By default, a widget requires at least one hostname to be entered. With this entitlement, you can create and use a widget without entering any hostnames for the widget. Contact your account team to enable this entitlement. diff --git a/src/content/docs/turnstile/concepts/widget.mdx b/src/content/docs/turnstile/concepts/widget.mdx index 94732d41758ae7b..64b4acb14a1d5ae 100644 --- a/src/content/docs/turnstile/concepts/widget.mdx +++ b/src/content/docs/turnstile/concepts/widget.mdx @@ -12,7 +12,7 @@ Every instance of Turnstile belongs to a Turnstile widget. It is configured on a The 3 modes for Turnstile are **Managed**, **Non-Interactive**, and **Invisible**. -Refer to [appearance modes](/turnstile/get-started/client-side-rendering/#appearance-modes) to configure whether to have the widget be always visible or visible only when interaction is required, and to customize your widget theme between automatic, light, or dark mode. +Refer to [appearance modes](/turnstile/get-started/client-side-rendering/#appearance-modes) to configure whether to have the widget be always visible or visible only when interaction is required, and to customize your widget theme between automatic, light, or dark mode. Widgets can be implemented in normal, flexible, or compact sizes. diff --git a/src/content/docs/turnstile/turnstile-analytics/challenge-outcomes.mdx b/src/content/docs/turnstile/turnstile-analytics/challenge-outcomes.mdx index 03fd359793ea3ee..aed3e9c224277dd 100644 --- a/src/content/docs/turnstile/turnstile-analytics/challenge-outcomes.mdx +++ b/src/content/docs/turnstile/turnstile-analytics/challenge-outcomes.mdx @@ -13,7 +13,7 @@ When a visitor encounters Turnstile, it assesses whether they are human or bot-l A "solved" Turnstile challenge does not automatically confirm the visitor is human. You must [call the siteverify API](#call-siteverify) to validate the token and proceed only if the response returns `success:true`. -For example, the challenge outcome values in your analytics may look like this: +For example, the challenge outcome values in your analytics may look like this: ![Challenge outcome example values](~/assets/images/turnstile/challenge-outcomes.png "Challenge outcome example") @@ -31,11 +31,11 @@ By analyzing these metrics, you can identify trends such as high failure rates i ## Solve rates -Turnstile's solve rate is a critical metric that helps gauge how many legitimate visitors are passing a challenge. Solve rates can be broken down into the total number of challenges solved and whether they are interactive, non-interactive, or pre-clearance solves. +Turnstile's solve rate is a critical metric that helps gauge how many legitimate visitors are passing a challenge. Solve rates can be broken down into the total number of challenges solved and whether they are interactive, non-interactive, or pre-clearance solves. -If you are using [managed mode](/turnstile/concepts/widget/#widget-types), you can monitor how many of your visitors were prompted interactivity to check the box on the widget (interactive solves) and how many were verified without any disruptions to their experience (non-interactive solves). +If you are using [managed mode](/turnstile/concepts/widget/#widget-types), you can monitor how many of your visitors were prompted interactivity to check the box on the widget (interactive solves) and how many were verified without any disruptions to their experience (non-interactive solves). -For example, the solve rate values in your analytics may look like this: +For example, the solve rate values in your analytics may look like this: ![Solve rate example values](~/assets/images/turnstile/solve-rates.png "Solve rate example") diff --git a/src/content/docs/turnstile/turnstile-analytics/index.mdx b/src/content/docs/turnstile/turnstile-analytics/index.mdx index 0c48cd6aac67752..28c9bd60627a2b2 100644 --- a/src/content/docs/turnstile/turnstile-analytics/index.mdx +++ b/src/content/docs/turnstile/turnstile-analytics/index.mdx @@ -26,11 +26,11 @@ Turnstile Analytics provides you with a view of the top widget statistics across 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account. 2. Go to **Turnstile** and then navigate to your widget to see an overview of its analytics. - + The metrics show changes in the solve rate, widget traffic, and top actions for your widget. ![Turnstile Analytics overview](~/assets/images/turnstile/top-actions.png) -Refer to the pages below for more information about Turnstile Analytics: +Refer to the pages below for more information about Turnstile Analytics: \ No newline at end of file diff --git a/src/content/docs/turnstile/turnstile-analytics/token-validation.mdx b/src/content/docs/turnstile/turnstile-analytics/token-validation.mdx index 264db26da83a846..6298bafa947a8fb 100644 --- a/src/content/docs/turnstile/turnstile-analytics/token-validation.mdx +++ b/src/content/docs/turnstile/turnstile-analytics/token-validation.mdx @@ -9,7 +9,7 @@ import { Render } from "~/components" After a visitor successfully completes a Turnstile challenge, a token is generated and validated via the siteverify API. Token validation data provides crucial insights into your security posture. -For example, the token validation values in your analytics may look like this: +For example, the token validation values in your analytics may look like this: ![Token validation example values](~/assets/images/turnstile/token-validation.png "Token validation example")