Traffic Validation
Goal: Instantly classify every visit as
human
orbot
and visualise the data in the Trusted Accounts developer console.Time to implement: < 30 seconds.
Get your Credentials
If you haven't already, get your CLIENT_ID
from the Developer Console.
1️⃣ Add the widget
Insert one script tag anywhere in your HTML (head or body):
<script async
src="https://developers.trustedaccounts.org/trusted-sdk/trusted-traffic.js"
onload="new TrustedTraffic(
{clientId:'YOUR_CLIENT_ID'}
).init()">
</script>
That’s it!
- The script runs invisibly, performs device & behavioural checks.
- No callbacks, no extra JS, no backend plumbing required.
2️⃣ View your analytics
- Log in to the Trusted Accounts Console.
- Select Traffic Analytics → see real‑time charts of human vs bot requests, route heat‑maps, and suspicious IP clusters.
You can stop here if you only need high‑level traffic insights.