A/B test with dynamic page | Community
Skip to main content
June 10, 2021
Solved

A/B test with dynamic page

  • June 10, 2021
  • 1 reply
  • 1466 views

please , guide me how to prepare A/B test where 
A version is that a user enters URL, 
https://www.samsung.com/pl/smartphones/galaxy-s20/buy/?modelCode=SM-G781BZGHEUE
clicks 'Dodaj do koszyka' button and sees the pop up before going to webcart (https://www.samsung.com/pl/web/cart/

 


B versions is the same URL
https://www.samsung.com/pl/smartphones/galaxy-s20/buy/?modelCode=SM-G781BZGHEUE
but when a user clicks 'dodaj do koszyka' button, he is redirected directly to checkout :https://www.samsung.com/pl/web/cart/ 


is it possible at all ?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gaureshk_Kodag

Hi @dorotaj29425226 

It is definitely possible. In case VEC is not sufficient to do desired changes on webpage,

You can write custom code for exp A and exp B as per your needs.

Where in exp A just write logic like  on click of button show popup, whereas in exp B just redirect button to checkout page.

1 reply

Gaureshk_Kodag
Adobe Employee
Gaureshk_KodagAdobe EmployeeAccepted solution
Adobe Employee
June 12, 2021

Hi @dorotaj29425226 

It is definitely possible. In case VEC is not sufficient to do desired changes on webpage,

You can write custom code for exp A and exp B as per your needs.

Where in exp A just write logic like  on click of button show popup, whereas in exp B just redirect button to checkout page.

June 14, 2021
I tried writing JS which changes href links but it's not enough in that case..