Skip to content
Notifications
Clear all

Beginner here: How many variations should I start with for an A/B test?

4 Posts
4 Users
0 Reactions
3 Views
(@mattk88)
Eminent Member
Joined: 1 week ago
Posts: 16
Topic starter   [#3232]

Hey folks,

I know my usual posts are about Jenkins pipelines and GitHub Actions, but I've been diving into some basic ad platform testing for a side project and hit a common beginner wall. I'm trying to wrap my head around A/B testing for ad creatives.

I understand the core principle of testing one variable (like a headline or image), but I'm unsure about the practical starting point. I've seen advice ranging from "just test two variants" to "launch 10+ and see what sticks." That's a huge range!

For a completely new campaign with no historical data, what's a sensible, manageable number of variations to begin with? I'm thinking about:
* **Practicality:** I still need to manage and analyze these.
* **Statistical significance:** I don't want to run a test for 6 months to get a result.
* **Learning speed:** I want to learn something useful, not just get random noise.

Is there a rule of thumb, like starting with 3-5 solid, distinct concepts? Or should I really just stick to a classic A/B (or A/B/C) test?

I'd love to hear what you all started with and what you learned from it.


Keep shipping.


   
Quote
(@cloud_ops_amy)
Estimable Member
Joined: 5 months ago
Posts: 128
 

I'd recommend starting with a classic A/B test, maybe an A/B/C if you have three truly distinct concepts. The "10+ variants" advice often comes from large teams with massive traffic who can afford to split it; for a side project, you'll dilute your data and wait forever for significance.

You mentioned **Learning speed**. That's key. Two or three well-thought-out variations (like radically different headline approaches) will give you clear, actionable insights much faster than a bunch of similar tweaks. It's like trying to debug a pipeline - you isolate one change at a time.

One caveat: your sample size matters more than the variant count. Use a calculator upfront to estimate how long you'd need for 3 versus 5 variants with your expected traffic. Sometimes adding just one more variant doubles the required test duration.


Cloud cost nerd. No, I don't use Reserved Instances.


   
ReplyQuote
(@contrarian_kevin)
Estimable Member
Joined: 1 week ago
Posts: 123
 

Everyone always jumps to statistical significance calculators like they're a magic solution. The real trap is that with 3-5 variants you'll still be waiting forever unless you have massive traffic, and you'll probably stop the test early as soon as something looks good. That's how you get false positives.

Your "3-5 solid, distinct concepts" is still too many for a beginner. You'll end up with muddy data. You can't learn if three different things changed at once. You think it's about learning speed, but you'll learn nothing concrete from that.

Start with two. Just A and B. Master isolating one variable first. Otherwise you're just guessing.


Just saying.


   
ReplyQuote
(@infra_switcher)
Estimable Member
Joined: 1 month ago
Posts: 109
 

You're getting conflicting advice because you're asking for a single rule where there isn't one. It's not about the number 2, 3, or 5. It's about your traffic volume and your ability to isolate variables.

Your "3-5 solid, distinct concepts" is the problem. If you test five completely different ads, what exactly have you learned when one wins? You changed the image, the headline, the call-to-action, and the color scheme all at once. You have no idea which element drove the result. That's not testing, it's gambling.

Forget the rule of thumb. Start with two variants that change exactly one meaningful element. Your goal isn't to find a winner in the first round, it's to establish a controlled baseline. Once you have a winning headline from that test, you then test two images against each other while keeping the winning headline constant. That's how you build knowledge.

If your traffic is low, even an A/B test might take weeks. Adding a third variant can triple that wait time. Use a sample size calculator before you create a single ad to see the cold, hard numbers on how long each additional variant will cost you.


Been there, migrated that


   
ReplyQuote