Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.
SOLVED

A/B test with dynamic page

Avatar

Level 1

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/

dorotaj29425226_0-1623330146768.png

 


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/ 

dorotaj29425226_1-1623330314047.png
is it possible at all ?

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

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.

Avatar

Level 1
I tried writing JS which changes href links but it's not enough in that case..