Surveys Available (v1)
Show on-site surveys to ask visitors a question while they are still on the page.
Where in the dashboard
Surveys — create a survey, choose where it appears, and read responses as they come in.
Key concept
Surveys render through a lazily loaded widget chunk: the survey code is only fetched when a survey is actually configured to show, so it never weighs down pages that don’t use one. Like everything else in Visz, surveys are consent-gated — a survey is never shown and no response is collected before the visitor consents.
A survey response is captured through the same /v1/ingest path as the rest of
your data, which means responses sit alongside the session that produced them.
You can read a survey answer in context with the visitor’s recording, device,
and traffic source rather than as an isolated data point.
Keep surveys short and targeted. Pair them with Filtering & Segmentation to understand which kind of visitor gave which answer.
Related
- Feedback Widgets — a passive feedback button or box instead of a prompted question
- Custom Events & Tags — trigger behavior around survey interactions
Last updated: