{"id":107833,"date":"2026-02-03T09:00:00","date_gmt":"2026-02-03T17:00:00","guid":{"rendered":"https:\/\/www.crazyegg.com\/blog\/?p=107833"},"modified":"2026-02-02T09:33:00","modified_gmt":"2026-02-02T17:33:00","slug":"multi-armed-bandit-vs-ab-testing","status":"publish","type":"post","link":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/","title":{"rendered":"When To Use Multi Armed Bandit vs A\/B Testing"},"content":{"rendered":"\n<p>Multi-armed bandit testing is often pitched as a faster, more profitable version of A\/B testing.<\/p>\n\n\n\n<p>There\u2019s some truth in that idea, but it\u2019s misleading to think you could simply upgrade A\/B testing by switching to bandits.&nbsp;<\/p>\n\n\n\n<p>In many situations, A\/B testing is more likely to produce value over the long run. There are also scenarios where you could leave a bandit test running indefinitely, which you would never do with an A\/B test.<\/p>\n\n\n\n<p>These are <em>very different <\/em>testing methods. This post breaks down what each one does well, and when to use them.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Key Difference Between Multi-Armed Bandit and A\/B Testing<\/h2>\n\n\n\n<p>The basic framework for both tests is the same: you split traffic between two versions of a web page to see which one gets the most conversions, like sales, signups, or activations.<\/p>\n\n\n\n<p>Whichever version of the page has the better <a href=\"https:\/\/www.crazyegg.com\/blog\/what-is-good-conversion-rate\/\" target=\"_blank\" rel=\"noreferrer noopener\">conversion rate<\/a> is deemed the winner.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"720\" src=\"https:\/\/ceblog.s3.amazonaws.com\/wp-content\/uploads\/2026\/02\/02092708\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1.png\" alt=\"Comparison diagram showing Multi-Armed Bandit testing dynamically shifting traffic to the winning variation versus A\/B testing maintaining equal traffic split throughout the test period.\" class=\"wp-image-107835\" srcset=\"https:\/\/ceblog.s3.amazonaws.com\/wp-content\/uploads\/2026\/02\/02092708\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1.png 1200w, https:\/\/ceblog.s3.amazonaws.com\/wp-content\/uploads\/2026\/02\/02092708\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1-300x180.png 300w, https:\/\/ceblog.s3.amazonaws.com\/wp-content\/uploads\/2026\/02\/02092708\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1-1024x614.png 1024w, https:\/\/ceblog.s3.amazonaws.com\/wp-content\/uploads\/2026\/02\/02092708\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1-768x461.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<p>The major difference between these testing methods is in how the traffic is split between the different versions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>During <\/strong><a href=\"https:\/\/www.crazyegg.com\/blog\/ab-testing\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>A\/B testing<\/strong><\/a>, traffic is split evenly between the different versions for the entire duration of the test. 50% of website visitors see the control (A) and 50% see the variation (B).<\/li>\n\n\n\n<li><strong>During <\/strong><a href=\"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>multi-armed bandit testing<\/strong><\/a>, traffic is shifted toward whichever version performs the best as the test goes on. If B is outperforming A, then the bandit will start showing B to more visitors than A.<\/li>\n<\/ul>\n\n\n\n<p>The difference in how traffic is allocated between versions changes what each method can tell you.&nbsp;<\/p>\n\n\n\n<p>An A\/B test is a classic scientific experiment where both versions of your site run under the same conditions: the same amount of traffic, over the same time-period. Any external factors that influence your test should impact both versions equally. This means:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You can isolate cause and effect, knowing with confidence that the change you made caused any difference in results you observe.<\/li>\n\n\n\n<li>You can analyze the performance differences of secondary metrics, because both versions were seen under the same conditions.<\/li>\n<\/ul>\n\n\n\n<p>A multi-armed bandit test is more focused on optimization than rigorous scientific experimentation. Instead of holding conditions constant for both versions, it adapts based on what it learns and shows the better performing variation more often. This means:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The test results can be influenced by early performance, which weakens your statistical confidence in the cause and effect.<\/li>\n\n\n\n<li>Secondary metrics are harder to evaluate because page versions were not seen under the same conditions<\/li>\n<\/ul>\n\n\n\n<p>The difference in experimental design between these testing methods creates fundamental tradeoffs.&nbsp;<\/p>\n\n\n\n<p>When you run multi-armed bandit testing, you prioritize speed and immediate results, but sacrifice some certainty about which version is truly the best.&nbsp;<\/p>\n\n\n\n<p>A\/B testing is the opposite. You accept slower progress and short-term losses to get a result that you can be extremely confident in.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Different types of A\/B tests and bandits&nbsp;<\/h3>\n\n\n\n<p>So far, we\u2019ve talked about testing one version of a website against another, but that\u2019s not always the case.&nbsp;<\/p>\n\n\n\n<p>Let\u2019s walk through a few of the different ways both tests are used, as they will come up as we discuss when each one works best.<\/p>\n\n\n\n<p>For A\/B testing, you\u2019ll see:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Classic A\/B testing<\/strong>: This is where you have 50% of your traffic go to the existing web page you are testing and 50% of the traffic go to a variation that has a single change. Because you only made one change, cause and effect is very clear.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.crazyegg.com\/blog\/split-testing\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Split testing<\/strong><\/a>: Same set up as classic A\/B testing, but the variation can be a much more drastic set of changes, such as a new layout or new design. Because you changed several things, the specific cause and effect of changes is less clear, though you can analyze the differences in performance between the two discrete experiences.<\/li>\n\n\n\n<li><strong>A\/B\/n testing<\/strong>: This is where you test more than one variation along with your control, typically splitting traffic evenly between all of the variations.<\/li>\n<\/ul>\n\n\n\n<p>Any of these A\/B testing methods can use unequal traffic allocation. For example, you might send 95% of website visitors to your existing page and only 5% of traffic to the experimental page. This reduces risk because you can get a sense of how the variation performs and spot any bugs before rolling it out to half of your audience.<\/p>\n\n\n\n<p>There are several different types of multi-armed bandit testing, which are differentiated based on the algorithm that determines which variation is shown.<\/p>\n\n\n\n<p>For example, some MAB tests use Bayesian probability to model which variation has the highest likelihood of performing better, whereas others will use the epsilon-greedy algorithm that shows the best performing variation most of the time while reserving some traffic to show other variations to continue exploring alternatives.<\/p>\n\n\n\n<p>There are also contextual bandits that look at additional factors to determine which version to show to different types of visitors. Contextual bandits consider user parameters such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Device type<\/li>\n\n\n\n<li>Location<\/li>\n\n\n\n<li>Traffic source<\/li>\n\n\n\n<li>Time of day<\/li>\n\n\n\n<li>Day of week<\/li>\n<\/ul>\n\n\n\n<p>For example, a contextual bandit might discover that one of the variations performs well with mobile users or traffic coming in from paid ads. It can optimize what it shows to specific user segments, which can improve your results during the test.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">When To Use Multi-Armed Bandit Testing<\/h2>\n\n\n\n<p>Let\u2019s walk through four common scenarios where it makes a lot of sense to use bandits.&nbsp;<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>You need to optimize within a short window of time<\/strong><\/li>\n\n\n\n<li><strong>You can run variants indefinitely<\/strong><\/li>\n\n\n\n<li><strong>You know that learnings could change over time<\/strong><\/li>\n\n\n\n<li><strong>You think segment differences matter a lot<\/strong><\/li>\n<\/ol>\n\n\n\n<p>For each scenario, I\u2019ll explain why it\u2019s a good idea and provide several real-world examples where bandits are often used.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. You need to optimize within a short window of time<\/h3>\n\n\n\n<p>If your window of opportunity is shorter than the time it would take to gather enough data to make a decision with A\/B testing (usually 2 weeks at least), then it makes sense to use bandits. This way you can start figuring out which variation is the best as fast as possible.<\/p>\n\n\n\n<p>Some example scenarios:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Flash sales where you must optimize sales within hours or days.<\/li>\n\n\n\n<li>Breaking news headlines where you want to figure out which one resonates with readers before the day is over.<\/li>\n\n\n\n<li>News stories where you need to figure out how to order stories on your homepage or which to send as push notifications.<\/li>\n\n\n\n<li>Influencer marketing where they post an Instagram story linking to your landing page and you have 24 hours to maximize conversions.<\/li>\n\n\n\n<li>Last-minute event sales where the value of seats or tickets drops to $0 once it starts.<\/li>\n<\/ul>\n\n\n\n<p>In these cases, there is only value in a short window of time, so learning quickly is the only smart objective.&nbsp;<\/p>\n\n\n\n<p>You can\u2019t possibly benefit from the rigor of A\/B testing in such a short-timeframe. By the time you learned anything with statistical significance, you would have missed your opportunity.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. You can run variants indefinitely<\/h3>\n\n\n\n<p>When there is low-to-no cost to keep multiple variations alive, you can use bandit testing like a permanent, automated optimizer. It just keeps running, constantly adjusting to shifts in user behavior without needing manual adjustments.<\/p>\n\n\n\n<p>Some examples of when this can work:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Marketing creative, like testing variations of microcopy, hero images, product photos, or promotional banners.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.crazyegg.com\/blog\/opt-pop-ups\/\" target=\"_blank\" rel=\"noreferrer noopener\">Opt-in popups<\/a> that test different incentives like discounts or gated content.<\/li>\n\n\n\n<li>Cross-sells at checkout to see whether \u201cnew arrivals\u201d or \u201ctrending now\u201d increases average order value.<\/li>\n\n\n\n<li>Low-stakes decisions like <a href=\"https:\/\/www.crazyegg.com\/blog\/high-converting-cta-buttons\/\" target=\"_blank\" rel=\"noreferrer noopener\">CTA button<\/a> colors or shapes.<\/li>\n\n\n\n<li>Ad unit placement to see whether ads should be mid-article or in sidebar.<\/li>\n<\/ul>\n\n\n\n<p>You need to be a little careful here because this \u201cset it and forget it\u201d style optimization can go off the rails in the wrong situation. Bandits work best for continuous optimization when:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Outcomes are immediate<\/strong>: If sales take days or weeks to happen, the bandit is going to struggle optimizing conversions in real-time.<\/li>\n\n\n\n<li><strong>Technical debt is low<\/strong>: If the cost of maintaining variations is high from a development perspective, running the bandit indefinitely is problematic.<\/li>\n\n\n\n<li><strong>Conditions are relatively stable<\/strong>: If your traffic mix is volatile, it\u2019s harder for the bandit to make good decisions about what\u2019s working.<\/li>\n\n\n\n<li><strong>The stakes are low enough to tolerate mistakes<\/strong>: If the cost of being wrong is expensive or risky, this strategy can backfire.<\/li>\n<\/ul>\n\n\n\n<p>When these criteria align, running a multi-armed bandit indefinitely makes a lot of sense. When even one of them isn\u2019t true, you have to be a lot more cautious.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. You know that learnings could change over time<\/h3>\n\n\n\n<p>One of the key <a href=\"https:\/\/www.crazyegg.com\/blog\/benefits-of-ab-testing\/\" target=\"_blank\" rel=\"noreferrer noopener\">benefits of A\/B testing<\/a> is understanding cause\u2192effect. But if you are testing&nbsp; something that could change next month, next quarter, or next year, then you aren\u2019t really going to be so sure that your learning will hold up over time.&nbsp;<\/p>\n\n\n\n<p>Since there isn\u2019t likely to be a permanent winner, the payoff from A\/B testing won\u2019t be as valuable. It makes sense to use bandit testing in these cases to capitalize on what\u2019s working at the moment.<\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Seasonal promotions where what worked in spring won\u2019t hold true in summer<\/li>\n\n\n\n<li>During a product launch, major ad campaign, or live event, when your traffic mix is likely to change.<\/li>\n<\/ul>\n\n\n\n<p>You should be cautious about reading too much into the winners that bandit tests discover in these situations. The result might not help you in the future. But when you expect conditions to change, bandits are useful for exploiting the present moment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. You think segment differences matter a lot<\/h3>\n\n\n\n<p>Sometimes the difference between user segments is dramatic even where the overall difference between variants is relatively low. For example headline A might beat headline B by 2% overall, but mobile users prefer it by 15% whereas desktop users prefer headline B by 13%.&nbsp;<\/p>\n\n\n\n<p>When such segment differences really matter, you can use contextual multi-armed bandit testing to figure out which variant works best for each group.&nbsp;<\/p>\n\n\n\n<p>Some tests where contextual bandits can help you exploit segment differences include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Finding out which incentives work best for different geographies or traffic sources<\/li>\n\n\n\n<li>Determining ideal content length for mobile and desktop users<\/li>\n\n\n\n<li>Seeing what <a href=\"https:\/\/www.crazyegg.com\/blog\/social-proof\/\" target=\"_blank\" rel=\"noreferrer noopener\">types of social proof<\/a> works best for new vs returning users<\/li>\n<\/ul>\n\n\n\n<p>Using bandit testing in these situations requires that the technical debt be low, and that user segments are stable enough for the learnings to hold true consistently. If your evening LinkedIn traffic differs from your lunchtime LinkedIn crowd, for example, it could easily mess up your bandit\u2019s ability to optimize conversions effectively.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">When To Use A\/B Testing<\/h2>\n\n\n\n<p>Here are some of the scenarios where A\/B testing is more valuable or less risky to run than bandit testing:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>You need to make a long-term strategic decision<\/strong><\/li>\n\n\n\n<li><strong>You know that timing influences behavior<\/strong><\/li>\n\n\n\n<li><strong>You have long sales cycles<\/strong><\/li>\n\n\n\n<li><strong>You need to track competing metrics to determine success<\/strong><\/li>\n<\/ol>\n\n\n\n<p>I\u2019ll explain it works better in these scenarios and give you a few real-world examples where teams opt to use why A\/B testing.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. You need to make a long-term strategic decision<\/h3>\n\n\n\n<p>When you want to make major changes to your site that will endure for a long time, it\u2019s less important to squeeze a few extra conversions from the test than it is to identify the winning variation with a high-degree of confidence.&nbsp;<\/p>\n\n\n\n<p>A\/B testing is ideal, even if it is slower and less profitable than bandit testing, because the stable traffic allocation enables you to run real <a href=\"https:\/\/www.crazyegg.com\/blog\/hypothesis-testing\/\" target=\"_blank\" rel=\"noreferrer noopener\">hypothesis testing<\/a>. You can be a lot more confident that your outcome will hold true over time.<\/p>\n\n\n\n<p>It also lets you more accurately interpret the effects on secondary metrics, like churn, refunds, or profit margins, which are critical to consider over the long-run.<\/p>\n\n\n\n<p>Some examples include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Website redesigns testing new layouts, navigation schemes, or checkout flows.<\/li>\n\n\n\n<li>Major <a href=\"https:\/\/www.crazyegg.com\/blog\/best-saas-pricing-pages\/\" target=\"_blank\" rel=\"noreferrer noopener\">pricing page<\/a> changes, like tier structures or anchoring strategies.<\/li>\n\n\n\n<li>Brand messaging changes, like new positioning or unique selling propositions.<\/li>\n\n\n\n<li>Content strategy pivots, like trying educational vs conversion-focused content.<\/li>\n<\/ul>\n\n\n\n<p>The benefit of A\/B testing here is that you can know for sure that the change you made caused the result you see. In these situations, the reward of a short-term conversion lift you might get from a bandit test is outweighed by the long-term implications of the change you are considering.<\/p>\n\n\n\n<p>One thing to think about is using bandits early in the <a href=\"https:\/\/www.crazyegg.com\/blog\/develop-cro-testing-roadmap\/\" target=\"_blank\" rel=\"noreferrer noopener\">CRO testing process<\/a> where you are coming up with changes that you want to eventually A\/B test. You might be able to use bandits to rule out some ideas quickly, before committing to a full A\/B test.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. You know that timing influences behavior<\/h3>\n\n\n\n<p>If you know that user behavior changes based on the time of day, day of week, the stable traffic allocation you get with A\/B testing is really beneficial. You expose all the variations to the same mix of conditions, which means you will average out those differences and find a real winner.<\/p>\n\n\n\n<p>By contrast, MAB testing will be influenced by those timing conditions, potentially mistaking temporary effects for stable user preferences.<\/p>\n\n\n\n<p>In other words, A\/B testing will find the real winner despite of timing differences, whereas MAB might declare a false winner because:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It happened to explore one variant during a weekend while your weekday traffic has the higher intent.<\/li>\n\n\n\n<li>You ran a promotion during the test that created a surge of urgent traffic while it was exploring one of the variations.<\/li>\n\n\n\n<li>It disproportionately showed one variant during business hours when intent was higher.<\/li>\n<\/ul>\n\n\n\n<p>There are ways to account for this using more sophisticated algorithms, but it makes it harder for bandits to learn quickly, which is one of their key advantages. By default, A\/B testing should neutralize these timing differences, giving you more credible insight into which version actually performs better.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. You have long sales cycles<\/h3>\n\n\n\n<p>A\/B testing is usually the better choice when conversions don\u2019t happen right away. So if the thing you care about takes days, weeks, or months to occur, a bandit doesn\u2019t get useful feedback fast enough to adjust its behavior in a productive way.&nbsp;<\/p>\n\n\n\n<p>Some examples:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A B2B website where visitors typically talk to sales and convert weeks later.<\/li>\n\n\n\n<li>High-ticket purchases where customers research, compare, and visit the site multiple times before buying.<\/li>\n\n\n\n<li>When you have a free trial plus money-back guarantee, so you can\u2019t tell which conversions are profitable for 30-90 days.<\/li>\n<\/ul>\n\n\n\n<p>What makes A\/B testing useful here is that it doesn\u2019t depend on immediate feedback. You can hold the traffic steady, wait for outcomes, and then compare results when you have enough meaningful data.<\/p>\n\n\n\n<p>Bandits will struggle because the immediate feedback may be misleading. A bunch of whitepaper downloads or completed lead-gen forms signal early success, for example, but those early signals may not translate to real profits at the end of a long <a href=\"https:\/\/www.crazyegg.com\/blog\/sales-funnel\/\" target=\"_blank\" rel=\"noreferrer noopener\">sales funnel<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. You need to track competing metrics to determine success<\/h3>\n\n\n\n<p>Since A\/B testing keeps traffic allocation stable, you can analyze differences in secondary metrics to see if gains in your primary metric are offset by losses elsewhere. Bandits are great for optimizing a single <a href=\"https:\/\/www.crazyegg.com\/blog\/best-website-kpi\/\" target=\"_blank\" rel=\"noreferrer noopener\">website KPI<\/a>, but when you need to track more than one, it\u2019s harder for them to give you good data for analyzing tradeoffs.<\/p>\n\n\n\n<p>Some examples:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Changing a pricing page to increase sales, but not at the expense of average order value or margin.<\/li>\n\n\n\n<li>Rotating incentives on an opt-in popup to capture more leads, but not at the expense of lead quality.<\/li>\n\n\n\n<li>Simplifying a checkout flow to boost the completion rate without also increasing the refund or return rate.<\/li>\n<\/ul>\n\n\n\n<p>It\u2019s much more difficult to assess these types of tradeoffs when you run a bandit that is constantly shifting traffic according to a primary metric. It is possible to track additional metrics and use that data to inform the bandit\u2019s decision-making, but you really need to know what you are doing in order to set up those guardrails.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Using Multi-Armed Bandit and A\/B Testing<\/h2>\n\n\n\n<p>As you can see, these are two distinct tools that teams can use to figure out the best way forward on their site.<\/p>\n\n\n\n<p>Here are some different ways that teams use both bandits and A\/B tests to <a href=\"https:\/\/www.crazyegg.com\/blog\/increase-your-conversion-rate\/\" target=\"_blank\" rel=\"noreferrer noopener\">increase conversions<\/a> and <a href=\"https:\/\/www.crazyegg.com\/blog\/improve-user-experience\/\" target=\"_blank\" rel=\"noreferrer noopener\">improve user experience<\/a> on their site:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Validate then optimize<\/strong>: Use A\/B testing to find the big picture changes and then use bandits to uncover slight variations that perform the best. For example, <a href=\"https:\/\/www.crazyegg.com\/blog\/landing-page-ab-testing\/\" target=\"_blank\" rel=\"noreferrer noopener\">A\/B testing a landing page<\/a> to find out that long-form content converts better than short-form, then using bandits to test smaller copy and <a href=\"https:\/\/www.crazyegg.com\/blog\/typography-elements\/\" target=\"_blank\" rel=\"noreferrer noopener\">typography elements<\/a>.<\/li>\n\n\n\n<li><strong>Validate the bandit<\/strong>: Run a multi-armed bandit to find your winner quickly but then validate that winner with an A\/B against your existing page.<\/li>\n\n\n\n<li><strong>Parallel testing<\/strong>: Use A\/B testing for strategic tests and bandits for tactical decisions. For example A\/B testing page structures and messaging, while bandit testing different hero images or promotional banners.<\/li>\n<\/ul>\n\n\n\n<p>There are many different ways to incorporate both testing methods into your overall strategy. I\u2019d recommend exploring the sites and blogs of <a href=\"https:\/\/www.crazyegg.com\/blog\/conversion-rate-experts\/\" target=\"_blank\" rel=\"noreferrer noopener\">CRO experts<\/a>, all of whom use testing as a core part of their strategy.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Analyzing Bandit and A\/B Test Results<\/h2>\n\n\n\n<p>The conversion rate tells you which variation performed the best, but it doesn\u2019t really explain why. Analyzing user behavior and taking a deeper look at <a href=\"https:\/\/www.crazyegg.com\/blog\/customer-engagement-metrics\/\" target=\"_blank\" rel=\"noreferrer noopener\">customer engagement metrics<\/a> can help you start to figure out what drove users to select one version over another.<\/p>\n\n\n\n<p>You can use tools like <a href=\"https:\/\/www.crazyegg.com\/blog\/website-heatmap\/\" target=\"_blank\" rel=\"noreferrer noopener\">heatmaps<\/a>, which show where users clicked or how far down the page they scrolled. What drew their attention? What did they ignore?<\/p>\n\n\n\n<p><a href=\"https:\/\/www.crazyegg.com\/blog\/session-recording\/\" target=\"_blank\" rel=\"noreferrer noopener\">Session recordings<\/a> show you exactly how users navigated the page. Where did they linger? What seemed to confuse them?<\/p>\n\n\n\n<p>You can also use <a href=\"https:\/\/www.crazyegg.com\/surveys\" target=\"_blank\" rel=\"noreferrer noopener\">surveys<\/a> to get direct feedback from users. What were they trying to accomplish? How easy did they feel the page was to use?<\/p>\n\n\n\n<p>Analyzing an A\/B test is very straightforward. All versions saw the same amount of traffic under the same conditions. <a href=\"https:\/\/www.crazyegg.com\/blog\/best-ab-testing-tools\/\" target=\"_blank\" rel=\"noreferrer noopener\">Good A\/B testing tools<\/a> make it possible to dig into the engagement and behavioral data for each version.<\/p>\n\n\n\n<p>With bandit testing, analysis is a little bit more complex as the dynamic traffic split makes comparison less apples-to-apples. Still, you can use heatmaps, session recordings, and survey data to get a better sense of what drove users to take the actions you observe in the test results.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Multi-armed bandit testing is often pitched as a faster, more profitable version of A\/B testing. There\u2019s some truth in that idea, but it\u2019s misleading to&#8230;<\/p>\n","protected":false},"author":254,"featured_media":107835,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","_lmt_disableupdate":"","_lmt_disable":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[4],"tags":[],"class_list":["post-107833","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-conversion-optimization"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>When To Use Multi Armed Bandit vs A\/B Testing<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"When To Use Multi Armed Bandit vs A\/B Testing\" \/>\n<meta property=\"og:description\" content=\"Multi-armed bandit testing is often pitched as a faster, more profitable version of A\/B testing. There\u2019s some truth in that idea, but it\u2019s misleading to...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/\" \/>\n<meta property=\"og:site_name\" content=\"The Daily Egg\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/crazyegganalytics\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-03T17:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ceblog.s3.amazonaws.com\/wp-content\/uploads\/2026\/02\/02092708\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Peter Lowe\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CrazyEgg\" \/>\n<meta name=\"twitter:site\" content=\"@CrazyEgg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Peter Lowe\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/multi-armed-bandit-vs-ab-testing\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/multi-armed-bandit-vs-ab-testing\\\/\"},\"author\":{\"name\":\"Peter Lowe\",\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/#\\\/schema\\\/person\\\/526c464e0c3c4513698e8b5823e00989\"},\"headline\":\"When To Use Multi Armed Bandit vs A\\\/B Testing\",\"datePublished\":\"2026-02-03T17:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/multi-armed-bandit-vs-ab-testing\\\/\"},\"wordCount\":3102,\"publisher\":{\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/multi-armed-bandit-vs-ab-testing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ceblog.s3.amazonaws.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/02092708\\\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1.png\",\"articleSection\":[\"Conversion\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/multi-armed-bandit-vs-ab-testing\\\/\",\"url\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/multi-armed-bandit-vs-ab-testing\\\/\",\"name\":\"When To Use Multi Armed Bandit vs A\\\/B Testing\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/multi-armed-bandit-vs-ab-testing\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/multi-armed-bandit-vs-ab-testing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ceblog.s3.amazonaws.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/02092708\\\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1.png\",\"datePublished\":\"2026-02-03T17:00:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/multi-armed-bandit-vs-ab-testing\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/multi-armed-bandit-vs-ab-testing\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/multi-armed-bandit-vs-ab-testing\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ceblog.s3.amazonaws.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/02092708\\\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1.png\",\"contentUrl\":\"https:\\\/\\\/ceblog.s3.amazonaws.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/02092708\\\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1.png\",\"width\":1200,\"height\":720,\"caption\":\"Comparison diagram showing Multi-Armed Bandit testing dynamically shifting traffic to the winning variation versus A\\\/B testing maintaining equal traffic split throughout the test period.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/multi-armed-bandit-vs-ab-testing\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Conversion\",\"item\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/category\\\/conversion-optimization\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"When To Use Multi Armed Bandit vs A\\\/B Testing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/\",\"name\":\"The Daily Egg\",\"description\":\"Conversion Rate Optimization Made Easy\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/#organization\",\"name\":\"Crazy Egg\",\"url\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ceblog.s3.amazonaws.com\\\/wp-content\\\/uploads\\\/2015\\\/06\\\/Crazy-Egg-logo-small.png\",\"contentUrl\":\"https:\\\/\\\/ceblog.s3.amazonaws.com\\\/wp-content\\\/uploads\\\/2015\\\/06\\\/Crazy-Egg-logo-small.png\",\"width\":191,\"height\":100,\"caption\":\"Crazy Egg\"},\"image\":{\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/crazyegganalytics\\\/\",\"https:\\\/\\\/x.com\\\/CrazyEgg\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/crazy-egg\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCJNe_xmPi07YezxaqfoRVqg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/#\\\/schema\\\/person\\\/526c464e0c3c4513698e8b5823e00989\",\"name\":\"Peter Lowe\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ee86f41fc6f31ebf4977c622dc46568df1d0ae58dd64405ab97403cb37a04c4e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ee86f41fc6f31ebf4977c622dc46568df1d0ae58dd64405ab97403cb37a04c4e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ee86f41fc6f31ebf4977c622dc46568df1d0ae58dd64405ab97403cb37a04c4e?s=96&d=mm&r=g\",\"caption\":\"Peter Lowe\"},\"description\":\"Peter works in marketing and lead generation. He has been involved on the backend of the Crazy Egg blog since 2020. Occasionally, they let him write a post.\",\"url\":\"https:\\\/\\\/www.crazyegg.com\\\/blog\\\/author\\\/peter\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"When To Use Multi Armed Bandit vs A\/B Testing","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/","og_locale":"en_US","og_type":"article","og_title":"When To Use Multi Armed Bandit vs A\/B Testing","og_description":"Multi-armed bandit testing is often pitched as a faster, more profitable version of A\/B testing. There\u2019s some truth in that idea, but it\u2019s misleading to...","og_url":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/","og_site_name":"The Daily Egg","article_publisher":"https:\/\/www.facebook.com\/crazyegganalytics\/","article_published_time":"2026-02-03T17:00:00+00:00","og_image":[{"width":1200,"height":720,"url":"https:\/\/ceblog.s3.amazonaws.com\/wp-content\/uploads\/2026\/02\/02092708\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1.png","type":"image\/png"}],"author":"Peter Lowe","twitter_card":"summary_large_image","twitter_creator":"@CrazyEgg","twitter_site":"@CrazyEgg","twitter_misc":{"Written by":"Peter Lowe","Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/#article","isPartOf":{"@id":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/"},"author":{"name":"Peter Lowe","@id":"https:\/\/www.crazyegg.com\/blog\/#\/schema\/person\/526c464e0c3c4513698e8b5823e00989"},"headline":"When To Use Multi Armed Bandit vs A\/B Testing","datePublished":"2026-02-03T17:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/"},"wordCount":3102,"publisher":{"@id":"https:\/\/www.crazyegg.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/#primaryimage"},"thumbnailUrl":"https:\/\/ceblog.s3.amazonaws.com\/wp-content\/uploads\/2026\/02\/02092708\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1.png","articleSection":["Conversion"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/","url":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/","name":"When To Use Multi Armed Bandit vs A\/B Testing","isPartOf":{"@id":"https:\/\/www.crazyegg.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/#primaryimage"},"image":{"@id":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/#primaryimage"},"thumbnailUrl":"https:\/\/ceblog.s3.amazonaws.com\/wp-content\/uploads\/2026\/02\/02092708\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1.png","datePublished":"2026-02-03T17:00:00+00:00","breadcrumb":{"@id":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/#primaryimage","url":"https:\/\/ceblog.s3.amazonaws.com\/wp-content\/uploads\/2026\/02\/02092708\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1.png","contentUrl":"https:\/\/ceblog.s3.amazonaws.com\/wp-content\/uploads\/2026\/02\/02092708\/Multi-Armed-Bandit-Testing-vs-AB-Testing_Featured-Image-1.png","width":1200,"height":720,"caption":"Comparison diagram showing Multi-Armed Bandit testing dynamically shifting traffic to the winning variation versus A\/B testing maintaining equal traffic split throughout the test period."},{"@type":"BreadcrumbList","@id":"https:\/\/www.crazyegg.com\/blog\/multi-armed-bandit-vs-ab-testing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/www.crazyegg.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Conversion","item":"https:\/\/www.crazyegg.com\/blog\/category\/conversion-optimization\/"},{"@type":"ListItem","position":3,"name":"When To Use Multi Armed Bandit vs A\/B Testing"}]},{"@type":"WebSite","@id":"https:\/\/www.crazyegg.com\/blog\/#website","url":"https:\/\/www.crazyegg.com\/blog\/","name":"The Daily Egg","description":"Conversion Rate Optimization Made Easy","publisher":{"@id":"https:\/\/www.crazyegg.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.crazyegg.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.crazyegg.com\/blog\/#organization","name":"Crazy Egg","url":"https:\/\/www.crazyegg.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.crazyegg.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/ceblog.s3.amazonaws.com\/wp-content\/uploads\/2015\/06\/Crazy-Egg-logo-small.png","contentUrl":"https:\/\/ceblog.s3.amazonaws.com\/wp-content\/uploads\/2015\/06\/Crazy-Egg-logo-small.png","width":191,"height":100,"caption":"Crazy Egg"},"image":{"@id":"https:\/\/www.crazyegg.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/crazyegganalytics\/","https:\/\/x.com\/CrazyEgg","https:\/\/www.linkedin.com\/company\/crazy-egg\/","https:\/\/www.youtube.com\/channel\/UCJNe_xmPi07YezxaqfoRVqg"]},{"@type":"Person","@id":"https:\/\/www.crazyegg.com\/blog\/#\/schema\/person\/526c464e0c3c4513698e8b5823e00989","name":"Peter Lowe","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ee86f41fc6f31ebf4977c622dc46568df1d0ae58dd64405ab97403cb37a04c4e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ee86f41fc6f31ebf4977c622dc46568df1d0ae58dd64405ab97403cb37a04c4e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ee86f41fc6f31ebf4977c622dc46568df1d0ae58dd64405ab97403cb37a04c4e?s=96&d=mm&r=g","caption":"Peter Lowe"},"description":"Peter works in marketing and lead generation. He has been involved on the backend of the Crazy Egg blog since 2020. Occasionally, they let him write a post.","url":"https:\/\/www.crazyegg.com\/blog\/author\/peter\/"}]}},"modified_by":"Lauren Knoll","_links":{"self":[{"href":"https:\/\/www.crazyegg.com\/blog\/wp-json\/wp\/v2\/posts\/107833","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.crazyegg.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.crazyegg.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.crazyegg.com\/blog\/wp-json\/wp\/v2\/users\/254"}],"replies":[{"embeddable":true,"href":"https:\/\/www.crazyegg.com\/blog\/wp-json\/wp\/v2\/comments?post=107833"}],"version-history":[{"count":0,"href":"https:\/\/www.crazyegg.com\/blog\/wp-json\/wp\/v2\/posts\/107833\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.crazyegg.com\/blog\/wp-json\/wp\/v2\/media\/107835"}],"wp:attachment":[{"href":"https:\/\/www.crazyegg.com\/blog\/wp-json\/wp\/v2\/media?parent=107833"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.crazyegg.com\/blog\/wp-json\/wp\/v2\/categories?post=107833"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.crazyegg.com\/blog\/wp-json\/wp\/v2\/tags?post=107833"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}