The tag described below enables Sensefuel to analyze individual user behavior across sessions.
Once deployed, it allows Sensefuel to deliver hyper‑personalized search results and product recommendations based on interactions from previous visits.
1. Purpose of the Tag
When activated, this tag allows Sensefuel to:
- Recognize returning users on the same device/browser
- Link browsing behaviors across multiple sessions
- Continuously improve search relevance and recommendations
No personal data is captured, stored, or used. Only anonymous technical identifiers are leveraged to recognize returning visitors.
2. Consent Requirement
Because Sensefuel must be able to remember the user across sessions, this tag requires explicit user consent, even though:
- No personal data is processed
- No personally identifiable information is stored
- Only anonymous technical keys are maintained to link sessions
Configuration in Your Consent Management Platform (CMP)
You can manage this tag in your CMP by:
- Associating it with an existing category such as “Personalized experience on the website”, or
- Creating a dedicated category for Sensefuel technology, depending on your consent policy.
3. Content Security Policy (CSP) Requirements
If your website uses a Content Security Policy (CSP) (see MDN documentation: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy), you must ensure that all Sensefuel domains are explicitly allowed.
Add the following domains to the relevant CSP directives (e.g., script-src, connect-src, img-src, depending on your implementation):
*.search.sensefuel.live *.sensefuel.live
Failing to allow these domains may prevent Sensefuel scripts from loading or operating correctly.