Post-test redirects
How to set up a post-test redirect
- Open the recruitment link settings for your test
Enable Post-test redirection
- Enter the URL to send participants to after the test is complete.
e.g. https://yoursite.com/thanks

Tracking completion rates using the redirect link
With the redirect URL set to | https://yoursite.com/thanks |
---|---|
This recruitment link | https://usabi.li/do/yourtest?name=Tom&userID=456 |
Redirects here after the test |
https://yoursite.com/thanks?name=Tom&userID=456 |
Composing a redirect URL with a custom mapping
The URL you wish to redirect participants to may need to include your custom variables in specific locations in the URL instead of than having them appended as a query string.
This can be done by including {{placeholders}} for your custom variables in the redirect URL. This forms a template from which each participant's ultimate redirect URL will be generated. Each placeholder should be a custom variable name wrapped in curly braces like so: {{variable_name}}. You can use as many placeholders in your redirect URL as you need.
Variables used in the template will have their values substituted into the redirect URL where you specified. Any additional variables not used in the URL template will be included as a query string. For example:
With the redirect URL set to | https://yoursite.com/thanks/{{userId}} |
---|---|
This recruitment link | https://usabi.li/do/yourtest?name=Tom&userID=456 |
Redirects here after the test | https://yoursite.com/thanks/456?name=Tom |
Note: If a named {{placeholder}} included in your redirect URL template is not present in the custom variables for a participant, it will be substituted out entirely. In most cases, if you specify a redirect URL template, you should be sure to include all of the custom variables in each recruitment link shared.