Skip to content

Redirect Tests

Redirect tests send visitors from a source URL to a destination URL based on variant assignment.

A redirect test assigns visitors on a source page and redirects them to variant-specific destination URLs. Unlike split URL tests that may compare full page experiences, redirect tests focus on routing behavior — for example, sending traffic to different checkout flows or campaign landing pages.

Use redirect tests when you need to:

  • Route traffic between two or more destination URLs
  • Test different funnel entry points
  • Send a percentage of visitors to a new experience while keeping a control path
  1. Create a new experiment and select type Redirect.
  2. Set URL rules for the page where the redirect should trigger.
  3. Configure variants with their destination URLs.
  4. Define goals on the destination pages or via custom events.
  5. Publish the experiment.

Visitors are assigned using the same weighted, optionally sticky assignment as other experiment types. An exposure event is sent when the assignment is active.

Track conversions on destination pages using page_view goals, custom_event goals, or ttoolab.track() calls on the destination site (if the pixel is installed there too).

  • Avoid redirect chains that hurt page speed or SEO.
  • Make sure the pixel is installed on destination pages if you need cross-page goal tracking.
  • Test redirect behavior on mobile and desktop.
  • Communicate redirect tests to SEO stakeholders when testing indexed URLs.