This article will help you:
- Add primary and secondary metrics to your experiment
- Create new metrics from scratch, and edit existing metrics
An experiment can’t tell you anything without events to track. Adding metrics to your experiment occurs in the Goals segment of the experiment design panel. Here, you’ll tell Amplitude Experiment what you want your primary metric to be, as well as define any secondary metrics. The primary metric determines whether your hypothesis has been accepted or rejected—and therefore, whether your experiment has succeeded or failed.
There’s a lot riding on your primary metric, so it’s important to select the right one. If you’re not experienced in A/B testing, it can be hard to know which one that is. But if you know what to look for, your odds of a successful variant improve dramatically:
- Try to identify the single user action that will tell you if your variant is successful.
- Measure an event that is directly affected by the change you’ve made in your variant.
- Pick an event that fully captures the user behavior you’re trying to affect.
One common mistake is defaulting to a revenue metric when it’s not appropriate. This happens when your variant introduces a change that is separate from the metric you’ve selected. If your variant changes how your product page looks and functions, you should choose a metric on that page as your primary metric, instead of a revenue metric that might not come into play for several more steps down the funnel.
Amplitude Experiment lets you define multiple metrics when running an experiment. Unlike a primary metric, secondary metrics aren’t required—but they are often helpful. They can not only improve the quality of your analysis, but help evaluate whether it’s even worthwhile to roll out your experiment at all.
To set up the metrics for your experiment, follow these steps:
- In the Goals section of the experiment design panel, select your primary metric. You can do this from the Metric drop-down. You can also create a custom metric instead.
- Next to Direction, specify whether you’re expecting the success metric to increase or decrease; if you’re not sure, choose Any.
- Optionally, set the minimally acceptable goal for the experiment, otherwise known as the minimum detectable effect. This is the minimum amount of difference between the control and the variant there should be in order for the experiment to be considered a success.
- To add secondary metrics, click + Add Metric and repeat this process for each secondary metrics you want to include.
The duration estimator will estimate the time and sample size you'll need to achieve significant results in your experiment, given your success metric settings. Amplitude Experiment will pre-populate reasonable industry defaults based on historical data, but you can adjust the confidence level, statistical power, minimum detectable effect, standard deviation, and test type as needed. For more information on these and other Amplitude Experiment concepts, be sure to see our glossary of key experimentation terms.
Create a custom metric
If you don’t want to use any of the metrics in the drop-down list, you can create a new metric. To do so, follow these steps:
- Under Metric, click Create a custom metric.
- In the Metric panel that opens, give your new metric a name and a description, then select its type. A metric can be one of six specific types: unique conversions, average event totals, formula, funnel conversions, sum of property value, or the average of property value.
- Click Select event … to choose the metric event, which is the event that best represents that metric. Then click Create.
Define the exposure event
On your experiment’s Plan tab, choose the exposure event. This is the event that users will have to trigger before joining the experiment. Anyone who does so will be bucketed into the experiment. It is strongly recommended that you use the Amplitude Exposure event, as that is the most accurate and reliable way to track user exposures to your experiment’s variants.
The Amplitude exposure event is sent when your app calls .variant(). It sets the user properties Amplitude Experiment uses to conduct its analyses. When you use the Amplitude exposure event, you can be certain your app will trigger the event at the correct time.
That said, you can also select a custom exposure event instead. Click Custom Exposure, then Select event … to do so. Be aware that there is a much greater risk of triggering a custom exposure event at the wrong time; this can lead to a sample ratio mismatch.
For more information, see our article in the Amplitude Developer Center about exposure events.
The next step is defining your experiment's audience.