Run your survey inside your own site or app with a small script tag.
Sharing a link works well, but you'll usually get more (and more representative) responses by asking people where they already are: on your website or in your product.
The embed SDK is a small script you add to your site:
<script src="https://your-app-domain/embed/v1/surventrics.min.js"></script>
<script>
Surventrics.init({
surveySlug: "your-survey-slug",
displayMode: "popup",
});
</script>
Your survey's slug is on its Distribution page. Responses collected through an embed appear in your results alongside every other channel.
Was this article helpful?