Vibiz
Vibiz
Vibiz docs
Overview
Install with an agentConsent and privacyEventsIdentify and traitsInstallPackagesVerify
Overview
Overview

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 collectedPasswords, payment fields, hidden inputs, and anything still being typed.
Redacted on arrivalEmails and phone numbers in clicked text. Query strings on captured links, which is where session tokens live.
Stored twiceEmail, 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.

Install with an agent

Hand the install to a coding agent instead of wiring it by hand.

Events

What to send yourself, and what the tag already sends for you.