Consent Exemption Mode
Consent Exemption Mode is a workspace-level setting for organizations that can legally load Screeb without a consent banner while keeping visitors anonymous.
When it is enabled, Screeb loads for every visitor but disables identity tracking. Calls such as Screeb.setIdentity(...) and Screeb.setProperties(...) are ignored, and survey responses stay anonymous.
You are responsible for confirming that your organization qualifies for a consent exemption under applicable law before enabling this mode.
What changesโ
- identity tracking is disabled
- visitor properties are ignored
- session replay is disabled
- surveys can still be displayed anonymously
- targeting based on screens, events, and session context can still work
Integration impactโ
You do not need to change your KMP integration. Existing identity calls are safe to keep in your code; Screeb ignores them when the mode is active.
Screeb.setIdentity(
userId = "user_123",
properties = mapOf("plan" to "pro"),
)
MAU impactโ
Because visitors are anonymous, each session can be counted as a new visitor. This can increase MAU consumption compared to a workspace where users are identified.