On this page

Get Started With Autotune

Set up a Statsig Autotune experiment, including selecting a goal metric, defining variants, configuring traffic allocation, and launching to users.

How to set up Autotune

  1. To create a new Autotune experiment, navigate to the Autotune section on the Statsig console.
  2. Click Create and enter the name and description for the Autotune experiment.
  3. Provide the variants to test in the Autotune experiment. Each variant needs a name, and a corresponding JSON value. Statsig returns the variant listed as Control/Default when the Autotune experiment isn't running.

Autotune experiment variant configuration interface

  1. Select the success event to optimize for. You can further specify an optional event value.

Autotune success event selection interface

You can specify a few parameters:

Click Create to finalize the setup.

  1. As with Feature Gates and Experiments, Statsig provides a code snippet for the exposure check event to add to your code. Select Start when you're ready to launch your Autotune test.

Autotune code snippet and launch interface

Schedule the start time

Instead of launching an Autotune right away, you can schedule it to start at a specific time. This is useful when you want a test to begin during a particular window, such as after a holiday, without having to start it manually.

To schedule the start:

  1. Select Start to open the start dialog.
  2. Turn on Schedule Autotune Start Time.
  3. Choose the date and time you want the Autotune to begin. You can schedule a start up to one year in advance, and times snap to the nearest 15-minute interval. The picker uses your local time zone.
  4. Select Schedule Start.

The Autotune shows a Scheduled status until the start time, when it launches automatically. To change or remove a scheduled start before it begins, use the Edit Scheduled Start or Cancel Scheduled Start option on the Autotune.

Was this helpful?