The case against bolt-on testing tools
Tools like Optimizely, VWO, and Mixpanel are great if you’re a SaaS company with millions of visitors and a dedicated growth team. For a local business in Oakland or Genesee County, they’re overkill in three specific ways:
- Cost. The cheapest real plans start around $100/month and balloon fast. That’s $1,200+/year for a feature most small business sites use once or twice.
- Data ownership. Your visitor data flows through their servers. If you cancel, the data history goes with them.
- Page speed. Each tool adds a script that loads before your site renders. That delay alone can wipe out the conversion gains a test was supposed to find.
A small business doesn’t need a full experimentation platform. It needs to answer one question: “Which version of this button gets clicked more?”
The two-line idea behind every A/B test
Strip away the marketing and an A/B test is just three steps:
- When the page loads, flip a coin to decide which version the visitor sees.
- Remember which version they got (so they don’t see a different one on refresh).
- Log the result to GA4 when they take the action you care about.
That’s the whole thing. Everything else is interface.
A real example — testing two CTAs on a contractor’s site
Say you’re a contractor in Waterford and your main call-to-action button currently says “Request a Quote.” You suspect “Get a Free Estimate” would convert better. Here’s the actual code that drops into the bottom of your page:
That’s 15 lines. Drop it on the page, push to production, walk away for two weeks.
How to read the results in GA4
GA4 stores those custom events. After your test runs long enough to gather a couple hundred clicks per variant, you can pull the report:
- In GA4, go to Reports → Engagement → Events.
- Filter to
ab_viewandab_clickfor the same test name. - Divide clicks by views per variant to get the conversion rate.
The math:
| Variant | Views | Clicks | Conversion |
|---|---|---|---|
| A: “Request a Quote” | 420 | 14 | 3.3% |
| B: “Get a Free Estimate” | 438 | 23 | 5.3% |
Variant B wins by 60%. You delete the test code, hardcode the winning copy, and move on. No tool, no subscription, no vendor.
What to test (and what not to)
For a local business site, A/B tests tend to pay off in three places:
- The main CTA button label and color. Big wins are common here.
- The hero headline. The first thing visitors see often makes or breaks engagement.
- Form length on lead capture pages. Three fields vs. five fields can dramatically shift submission rates.
What’s usually not worth the time: button colors that aren’t the primary CTA, font choices, micro-copy on confirmation screens, anything below the fold that fewer than 30% of visitors see.
One more thing worth knowing
The reason “run your own A/B tests” isn’t a more common pitch is that the testing-tool industry doesn’t have an incentive to tell you it’s this easy. The reality is, for a local Michigan business answering “does headline A or headline B pull more calls,” the entire problem fits inside GA4 and a snippet of JavaScript.
If you want help wiring up your first test — or you’re curious whether your hero copy is actually pulling its weight — book a free conversation and we’ll pick one experiment to run on your site this month.