LAUNCH IT

Sharing and embedding

The link, the inline embed, the popup, social preview cards and campaign tracking.

Every published quiz has a public URL of the form below. It renders your brand, works on a phone, and is safe to put in an ad, an email or a QR code.

https://app.sondr.app/q/<workspace>/<quiz>

Inline embed

Two lines on your own page. The quiz appears in the flow of the page and grows to fit its content, so there is no scrollbar inside a box.

Anywhere in your HTML
<div data-sondr-quiz="https://app.sondr.app/q/acme/readiness"></div>
<script src="https://app.sondr.app/embed.js" async></script>

The same script, on a button. The quiz opens in a dialog over your page and closes on Escape or a click outside.

<button data-sondr-quiz-popup="https://app.sondr.app/q/acme/readiness">
  Take the quiz
</button>
<script src="https://app.sondr.app/embed.js" async></script>
Campaign parameters on the host page are carried into the embedded quiz, so an embed attributes leads exactly like a direct link.

Social preview

Pasting a quiz link into LinkedIn, Slack or a message renders a card with the quiz title, your workspace name and the question count, generated per quiz. Nothing to configure.

Campaign attribution

Sondr captures the full UTM set — source, medium, campaign, term and content — plus the referring host, and stores them on the lead. "LinkedIn" answers the wrong question when what you need to know is which campaign paid for the lead.

Analytics tags

Under Settings → Privacy you can add a GA4 measurement ID, a Meta pixel ID and a LinkedIn partner ID. Sondr loads those tags on your public quizzes and fires a completion event when a run finishes. Ids only — Sondr never accepts pasted script, because a page collecting contact details is the last place to run arbitrary JavaScript.

Custom domains

On Growth and Scale you can register your own hostname under Settings → Domain and verify it with a CNAME and a TXT record. Verification confirms the DNS is yours.

Serving quizzes on a verified custom hostname is not switched on yet — today the quiz link and the embed both use the Sondr host above. Register and verify now if you like; nothing else is required from you when serving goes live.