Start with the percentage-point difference
If version A produces a 55% outcome rate and version B produces 63%, the absolute difference is eight percentage points. Relative lift expresses the same change against A’s baseline, but it can look dramatic when that baseline is small. Report both and keep the raw counts visible.
Use the interval, not the p-value alone
The interval shows the range of differences reasonably compatible with this normal-approximation model. The p-value asks how surprising the observed difference would be if the two underlying rates were equal. Neither tells you whether the difference is valuable enough to act on.
Design determines what you may claim
Random assignment supports a cleaner causal comparison between the tested variants. It does not make the recruited sample representative of a broader population. Define the outcome, analysis, exclusions, stopping rule, and minimum difference worth acting on before results are visible.
Method references
Statsmodels: two-sample proportions z-test — implementation reference for the simple pooled normal test.
NIST/SEMATECH: confidence intervals for proportions — notes the limitations of symmetric normal intervals for small samples or rare outcomes.