Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/turnstile/concepts/widget.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand All @@ -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")

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/turnstile/turnstile-analytics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<DirectoryListing />
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down