<script>
// Initialize the agent at application startup.
// Some ad blockers or browsers will block Fingerprint CDN URL.
// To fix this, please use one of our proxy integrations.
const fpPromise = import('https://fpjscdn.net/v3/<<browserToken>>')
.then(FingerprintJS => FingerprintJS.load());
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => console.log(result.visitorId));
</script>
-
support
Need Help? Contact support
-
school
Looking for use cases? See our examples
-
speed
What's our status? Check here
-
mail
Ready to go big? Contact sales