<div dir="ltr">Hi there,<div><br></div><div>Here's an article about this using VCS <a href="https://info.varnish-software.com/blog/live-ab-testing-varnish-and-vcs">https://info.varnish-software.com/blog/live-ab-testing-varnish-and-vcs</a></div><div><br></div><div>If you don't use VCS, the logic is the same, but you'll need to aggregate data from the whole cluster by yourself.</div><div><br></div><div>The idea is that each user gets a group, either A or B, and get a cookie to track this. Then, you change the request of the element you are testing according to that group  (for example, you change /button.gif to /buttonA.gif)., and you log this access (either "AccessA" or "AccessB")</div><div>Then, when a user triggers a conversion (button is clicked, for example), you log it (either "ConversionA" or "ConversionB").</div><div><br></div><div>You can then count the occurences of each, and get the conversion rate by dividing (number of ConversionX) by (number of AccessX). The group with the highest ratio wins.</div><div><br></div><div>Logging can be done using std.log() in vcl and checking varnishlog, or by settin a header and then using varnishncsa.</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>-- <br></div>Guillaume Quintard<br></div></div></div>
<br><div class="gmail_quote">On Wed, Apr 12, 2017 at 9:32 AM, Pinakee BIswas <span dir="ltr"><<a href="mailto:pinakee@waltzz.com" target="_blank">pinakee@waltzz.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
We have been using Varnish as web accelerator for ecommerce site. I would like to know if it is possible to do A/B testing using Varnish. If so, would appreciate if you could share the steps or related documents.<br>
<br>
Thanks,<br>
Pinakee<br>
<br>
______________________________<wbr>_________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org" target="_blank">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" rel="noreferrer" target="_blank">https://www.varnish-cache.org/<wbr>lists/mailman/listinfo/varnish<wbr>-misc</a><br>
</blockquote></div><br></div>