Question about best practices in A/B Test
Hello everyone.
Got one question about best practices in A/B Testing with AEM / Target.
For the moment we are running A/B test with target and the JS implementation in order to switch position / image or anything like this.
Now we would like to A/B Test our product page between the current V1 and the new V2 (totally different page - template / component are not even the same).
What is the best way to achieve this ?
Is there any way to add a specific sling selector via target so i will have :
V1 : /product-page.html
V2 : /product-page.version_2.html
So it will be processed server side and will deliver the good version of the template. Is target capable of redirecting user to v1 or v2 template ?
Or to "load" both HTML, one hidden at load, and target will hide / show good part of the page ? (what about the performance and blinking effect)...
Or any other idea ?
By the past i was using Akamai to split traffic and add a url parameter before hitting the origin...
Thanks in advance,