On this page

Build a Survey

The survey build experience contains many of the same features at the guide builder, and uses a subset of the available form factors (modal, popover, pin) and properties.

Survey blocks

Surveys offer four unique block types, each suitable for capturing a different kind of user feedback.

Rating

The Rating block lets users provide structured feedback using a scale you define. Surveys provide the following rating types:

Select the gear icon in the rating block to access more settings.

Conditional logic

Conditional logic lets you create dynamic survey experiences based on user responses and user properties. On each survey step, add one or more conditions that trigger different actions based on user answers or user characteristics.

Use conditional logic to:

  • Trigger actions based on responses: Change what happens next based on how a user answers.
  • Branch survey paths: Users who give a low rating might get a follow-up question asking why, while high ratings advance to a different step.
  • Personalized experiences: Show different questions or steps based on previous responses or user properties.
  • Combine conditions: Use both survey responses and user properties together to create branching logic.

For example, on a question with a five point scale, use the following logic:

  • If rating < 4 then Go to step to ask what went wrong
  • If rating > 3 then Go to step with a 'thank you' message

You can also combine survey responses with user properties. For example:

  • If rating > 8 AND subscription_tier = premium then Show survey asking for app store review
  • If rating < 5 AND country = US then Show survey with US support contact information

For details about conditional logic, including how to use it with buttons and guides, go to Conditional Logic.

Long answer

The Long answer block provides users space to provide unstructured feedback.

Select the gear icon in the Long answer block to access more settings.

Short answer

The Short answer block provides users space to provide unstructured feedback.

Select the gear icon in the Short answer block to access more settings.

Mobile pin limitations

Short answer and long answer blocks aren't available for mobile pins.

List

Lists provide a multiple choice input, letting users choose a response from a list that you define.

Select the gear icon in the List block to access more settings.

Setup and target your survey

Survey setup and targeting works the same as for guides. Follow the guide instructions to set up your survey.

Was this helpful?