Trustworthy Online Controlled Experiments: Book Review

This book is a rare jewel that I would recommend to anyone, running A/B tests. Pretty happy with the purchase and my time spent with it.

After I figured out that something with my understanding of how experiments should run was off, my instinct was that it’s math and stats skills that were lacking. So I looked into improvements in the area of probability and statistics first and my last two self-improvement books where in that area. Trustworthy Online Controlled Experiments isn’t about math. It contains condensed experience from people, wrangling experiments at Google, Microsoft, and LinkedIn, and then has some advanced chapters, intended to make the book complete.

The area that stuck with me the most was how to pick metrics for evaluating experiments and what to do with them.

For example, one of my most beloved revenue metrics (average revenue per user) is considered a health metric by the authors and their reasoning very solid. They argue any primary metric should be around user journey, usability, and satisfaction, around the purpose for the specific service. Revenue is an indicator how well the overall system performs but better indicators exist that are also easier to move with an experiment.

Many other metrics I currently frequently check, the book categorizes under drill-downs of existing metrics. The book also highlights the importance of having classical log data, like server errors, in the experiment dashboard. The authors list 20-ish industry standard metric ideas but also state that their internal systems have 1000s of metrics. What could these be? This statement also makes me wonder, how do they even make any calls, if they have so much data? Sounds like a good problem to have.

Regarding the number of metrics, the next book on the subject I picked, called Experimentation for Engineers, has a lengthy chapter about optimizing for just one metric. Then another lengthy chapter about optimizing for two metrics. Is that just a matter of taste? Being spoiled by the ideas of Trustworthy Online Controlled Experiments, I didn’t like it.

Imagine a page with two buttons, and we make one of the buttons orange in the treatment variation. Two clear metrics here can be clicks on the modified button and clicks on the non-modified button, together with the general metrics, available for all experiments. If the orange button gets more clicks, the other one will get fewer clicks. Such is life and decisions should be informed based on both changes. It’s also possible that the total number of clicks goes down because people perceive the page as spammy due to the orange color, despite orange clicks going up.

Optimizing for one thing without knowing the others can work but only in scenarios where there is really just one thing. For example, algorithmic trading of a specific stock. Optimizing for one metric while staying oblivious about the others and can produce errors and eventually erode the trust in experimentation.

So, thanks for reading this brain dump. It’s not about a cat, it’s not a quite a book review either because it covers just one area the book touches, but what can I do. The things that fascinate me are sometimes unusual.

3 thoughts on “Trustworthy Online Controlled Experiments: Book Review

  1. When someone has 1000’s of metrics, I’m betting they are using some kind of principal components analysis (PCA) or some other multivariate statistics to help transform their data into two or three dimensions of greatest variability. Depending on their modeling scheme they could slice the data cloud by whatever component they wanted (e.g., PCA 1 vs PCA 203), with limited functionality at lower eigenvalues of variability. In my experience, the value is more limited past the third principal component, but I am an amateur or I may not understand PCA as well as I think I do.

    Plus, it has been a few years since I last used multivariate statistics.

    Glad to hear that has paid dividends on your purchase.

    Like

    1. Could you recommend a book on the subject?

      I think they focus on 1 metric, like a true north start. For example, something measuring engagement for LinkedIn. They just watch the other metrics for diagnostics. For example, average API response time goes up => experiment introduces a bug.

      Liked by 1 person

      1. Most of my “education” on PCA was using paid macros, online reading, a ton of brain sweat and writing my own code in R (with very little Python coding). There are books out there, but I’m not sure which are best. Most of the written material out there is beyond my calculus skill sets and involves linear algebra. I just got good at interpreting and processing the data based on my criminal forensics experience.

        The interpretation of PCA is “fuzzy”, by design — it measures magnitudes and clusters of variability, effectively squishing N dimensions into 2 or (sometimes) 3.

        I’ll look around and see what seems to speak plainly without going into details on linear algebra and calculations and get back to you.

        As I said, my resources are about a decade old or older. No one was writing much about it at the time.

        Like

Leave a comment