Choose Your Path
Decide between widget install, hosted embeds, and direct API use before you commit to an integration shape.
- Last reviewed
Choose Your Path
The main decision is ownership. How much of the feedback experience do you want your app to own?
Use the widget install when...
- you want to open flows from your product
- you want runtime controls like
open,prefetch,prerender, andidentify - you are comfortable shipping a small browser SDK or loader script
Then choose the install method that matches your stack:
- React SDK for React apps
- JavaScript SDK for framework-agnostic apps
- Google Tag Manager when rollout is tag-managed
Use hosted embeds when...
- you want the fastest path to a survey in an iframe or link
- you do not need to own the full rendering pipeline
- you are happy passing identity and theme through the embed URL
Start with Embed Surveys.
Use the public API when...
- you already know you need to submit responses yourself
- you want your own UI and your own request flow
- you need explicit control over published version resolution
Start with API Overview.
Default recommendation
If you are unsure, do not start with the API. Start with a widget or hosted embed, get one real path working, and then tighten auth, identity, and consent controls around it.