Device Fingerprint Snippet
forter's device fingerprint javascript collects behavioral signals (mouse movement, typing cadence, device fingerprinting) on every storefront page, from landing through checkout once forterenabled and fortersiteid are set (see configure decisions # ), it injects automatically no template changes are needed sequencediagram participant browser participant sfcc participant forter cdn browser >>sfcc any page load sfcc >>browser inject forter js snippet (afterfooter hook) browser >>forter cdn collect behavioral signals (async) forter cdn )browser ftr\ tokenready event browser >>sfcc post token → fortertoken savetoken note over sfcc token stored in session privacy ftrtoken how it works on ftr\ tokenready , the snippet posts the token to fortertoken savetoken , which stores it as session privacy ftrtoken from there, every forter api call made during the rest of the session reads the token from session privacy ftrtoken and includes it order validation, login attempts, profile updates, and account changes the token isn't cleared after use it stays in the session until a fresh ftr\ tokenready event overwrites it or the session expires content security policy the snippet loads via inline \<script> tags rather than a static \<script src> if your storefront enforces a strict content security policy, the snippet may not load — contact your forter implementation team about compatibility options for your site