docs(bots): note that JSD API invocations show as Unknown in Bot Analytics#31977
Open
zeinjaber wants to merge 1 commit into
Open
docs(bots): note that JSD API invocations show as Unknown in Bot Analytics#31977zeinjaber wants to merge 1 commit into
zeinjaber wants to merge 1 commit into
Conversation
…ytics Closes DEE-3694
Contributor
Review✅ No issues found in commit Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsNo convention issues found. Style Guide ReviewNo style-guide issues found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Contributor
irvinebroque
approved these changes
Jul 11, 2026
irvinebroque
left a comment
Contributor
There was a problem hiding this comment.
Confusing, we should fix this?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a note under the API section of the JavaScript Detections page explaining that when JSD is invoked via the JavaScript API, results may appear as Unknown in Bot Analytics.
Why
Customers using the JSD API for selective page injection sometimes report seeing "Unknown" in Bot Analytics and assume detection is broken. The underlying signal is still factored into bot scoring — the "Unknown" label is a display limitation, not a functional one. Without this note, customers open support cases or disable JSD unnecessarily.
Files changed
src/content/docs/cloudflare-challenges/challenge-types/javascript-detections.mdx— new note block after the existing API section note (+4 lines)How to verify
Navigate to /cloudflare-challenges/challenge-types/javascript-detections/#api and confirm the new note appears after the existing result note.
Closes DEE-3694