From e4f27c7038bc2b20b1b8154d26a69ea01f2a42a2 Mon Sep 17 00:00:00 2001 From: zeinjaber Date: Thu, 9 Jul 2026 21:11:09 +0300 Subject: [PATCH] docs(bots): note that JSD API invocations show as Unknown in Bot Analytics Closes DEE-3694 --- .../challenge-types/javascript-detections.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/cloudflare-challenges/challenge-types/javascript-detections.mdx b/src/content/docs/cloudflare-challenges/challenge-types/javascript-detections.mdx index 6c0c6325f23..3240fbd4896 100644 --- a/src/content/docs/cloudflare-challenges/challenge-types/javascript-detections.mdx +++ b/src/content/docs/cloudflare-challenges/challenge-types/javascript-detections.mdx @@ -140,6 +140,10 @@ function jsdOnload(){ `result` = `success` or `error` only refers to the execution of JavaScript Detections. It does not indicate whether a visitor is a human or a bot. ::: +:::note +When JavaScript Detections is invoked via the API rather than the zone-wide toggle, the result may appear as **Unknown** in Bot Analytics. This is a known limitation. The underlying signal is still factored into bot scoring. +::: + ## Considerations JavaScript Detections does not guarantee a specific bot score.