Setting up redirects for your test
When you run an unmoderated test through an external tool (such as Lyssna or Maze), User Sense needs a redirect to link the session to the right participant. Without this connection, we can't link the recording and data to the participant.
You'll always need to set up two redirects:
- From User Sense to the external tool — so the session data is passed into the tool
- From the external tool back to User Sense — so we know the participant has completed the task
Below you'll find a step-by-step guide for each tool.
Table of contents
Redirecting from Lyssna to User Sense
Step 1 — Redirect from User Sense to Lyssna
- Create a test in User Sense without recordings
- Add the External tool task
- Paste your Lyssna link into the URL field and add the following variables directly after it: ?sessionId={sessionId}&sessionHash={sessionHash}
Example: https://www.lyssna.com/29832981?sessionId={sessionId}&sessionHash={sessionHash}
Step 2 — Redirect from Lyssna back to User Sense
In Lyssna, set up the following test redirect: dashboard.usersense.io/en/web/complete/task/live/{{sessionId}}/{{sessionHash}}
Note: Lyssna requires variables to be wrapped in double curly braces. This differs from the syntax used in User Sense, but the link above is correct.
Redirecting from Maze to User Sense
Redirects in Maze are only available on a paid plan (Pro or Org). Automatic redirects are disabled for security reasons — participants need to click the CTA button on the Thank You Screen themselves to be redirected back.
Step 1 — Redirect from User Sense to Maze
- Create a test in User Sense without recordings
- Add the External tool task
- Paste your Maze link into the URL field and add the following variables directly after it: ?sessionId={sessionId}&sessionHash={sessionHash}
Example: https://www.maze.com/29832981?sessionId={sessionId}&sessionHash={sessionHash}
Step 2 — Redirect from Maze to User Sense
- Open your maze in the Maze builder
- Go to the Thank You Screen block
- Toggle on "Add Custom CTA"
- Paste the following redirect link into the URL field: https://dashboard.usersense.io/en/web/complete/task/live/{{sessionId}}/{{sessionHash}}
Note: Maze requires variables to be wrapped in double curly braces. This differs from the syntax used in User Sense, but the link above is correct.