Consent and privacy
What is collected, what is redacted, and what never leaves.
The tag never shows a banner. On a site we do not own that would be presumptuous and usually a duplicate, so it reads whatever consent tool you already run and reports what it finds.
vibiz.setConsent({ advertising: true });Without advertising consent, contact details are never sent and never stored. Traffic analytics keep working.
| Never collected | Passwords, payment fields, hidden inputs, and anything still being typed. |
| Redacted on arrival | Emails and phone numbers in clicked text. Query strings on captured links, which is where session tokens live. |
| Stored twice | Email, phone and names: SHA-256 digests for Meta and Google to match on, and the same values readable so you can answer who signed up rather than only how many. Both come from one normalised value. |