Form Builder5 min read
Data Privacy Modes
Privacy is built into TryBoostack's core.
Privacy is built into TryBoostack's core. Our analytics script (snippet.js) supports a strict privacy mode for GDPR/CCPA compliance.
Strict Mode (data-privacy='strict'):
- IP Anonymization: The last octet of IP addresses is discarded before storage.
- No Sensitive Data: Form input values are processed but not logged in analytics events.
- No PII in Logs: User agents and other potential fingerprints are generalized.
- No-Tag Attribution: We use first-party, server-side attribution for marketing without third-party tracking cookies or tags.
Performance & Processing:
To maintain high performance and low costs, TryBoostack uses an event batching system for high-frequency analytics. While form submissions are processed instantly, general analytics (like page views and interactions) are processed in near real-time (usually within 1-2 minutes).
To enable strict privacy mode, simply add the attribute to your embed code:
<script src="https://tryboostack.com/snippet.js" data-privacy="strict"></script>