What is Interaction Detection
When you run overlapping experiments, it is possible for them to interfere with each other. Interaction Detection lets you pick two experiments and evaluate them for interaction. This helps you understand if people exposed to both experiments behave very differently from people who’re exposed to either one of the experiments. Essentially you want to answer this question: Does being in both experiments change the effect on a metric in a way that’s different than just summing the individual effects?Should I worry about it?
Our general guidance is to run overlapping experiments. People seeing your landing page should experience multiple experiments at the same time. Our experience is echoed by all avid experimenters (link). Teams expecting to run conflicting experiments are typically aware of this and can avoid conflicts by making experiments mutually exclusive via Layers (also referred to as Universes).How to use it
You can initiate an Interaction Detection analysis as a special type of custom query on top of an Experiment (Experiment -> Results -> Explore -> Interaction Effect Detection)
- By Groups: gives you the unit counts based on the collective slice of group assignment
- Metric Summary Results: shows you the estimated intervals of difference in metric lift
- Overlapping Unique Users: offers an overview of the general traffic intersection of the two experiments
Methodology
Assume you have two experiments A & B, both have two experiment groups control & test. The interaction effect will calcuate the overlapping impact on users who are exposed in both experiment A & experiment B.Intuition
- The part tells you: “If someone is in A’s test, how much does changing B from control→test change the metric?”
- The part tells you: “If someone is in A’s control, how much does changing B from control→test change the metric?”
- By subtracting those two, you see whether the effect of B differs depending on whether you’re in A’s test or control group → that difference is the interaction effect.
Directionality
The direction (positive or negative) of the interaction effect tells you whether the combination of the two treatments amplifies or dampens each other’s effects. Think of the interaction effect like this: So:- Satisitically Positive interaction → B’s effect is stronger when A is also “on”
- Satisitically Negative interaction → B’s effect is weaker (or reversed) when A is “on”
Magnitude
The magnitude (absolute size) of the interaction effect indicates how much the combined impact deviates from simple additivity. For example:- Experiment A produces a +5% lift on your metric of interest
- Experiment B produces a +5% lift on your metric
- The interaction effect between A and B is –3%
When an experiment includes more than two groups, interaction effects are evaluated pairwise between groups. You can view the interaction effect for specific group combinations by selecting the desired groups in the “Select Comparison” dropdown, as shown in the UI above.