Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

Including 2 pages in an Adobe Target AB Test in visual editor and forms editor

Avatar

Level 2

Hi there Adobe Target Community.

We are building an ab test activity in Adobe Target whereby we are delivering the variant to a specific page, but then also need to deliver additional test content on a subsequent page within our application flow.

 

I know that this is possible within visual editor and also in the forms editor separately which is great. However, in this instance, we have one page that sits within our visual editor and one that sits within our forms editor. Does anyone know if there is potential to combine a visual editor and a forms editor activity to run an AB Test?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 5

@SamBarber14 This is OOTB for VEC and for form based check below direction 

VEC base multipage setup: https://experienceleague.adobe.com/en/docs/target/using/experiences/vec/multipage-activity

 

Form based multipage setup: In form based experience you can select multiple location with same mbox name add refinements for page like given below

 

1. while creating activity add multiple location

nnakirikanti_0-1713279643009.png

 

2. for location 1 Add Refinements for Page1 URL and for location 2 Add Refinements for Page1 URL2

3. and write code  in next step and set goals and test it does that work or not

 

These option might work for your requirements.

 

~cheers,

NN

View solution in original post

4 Replies

Avatar

Correct answer by
Level 5

@SamBarber14 This is OOTB for VEC and for form based check below direction 

VEC base multipage setup: https://experienceleague.adobe.com/en/docs/target/using/experiences/vec/multipage-activity

 

Form based multipage setup: In form based experience you can select multiple location with same mbox name add refinements for page like given below

 

1. while creating activity add multiple location

nnakirikanti_0-1713279643009.png

 

2. for location 1 Add Refinements for Page1 URL and for location 2 Add Refinements for Page1 URL2

3. and write code  in next step and set goals and test it does that work or not

 

These option might work for your requirements.

 

~cheers,

NN

Avatar

Level 2

Thanks for your response NN.

 

That is all good context. The issue that we have is that we have one page that is in an environment where we are only using visual editor, and one environment where we are using forms editor.

 

We think we have found a potential solution in visual editor, by simply including the code in the second page as a custom code modification rather than in visual editor. We just need to work through it.

 

Cheers.

Avatar

Level 2

Hi @nnakirikanti ,

 

Just circling back on this one.

 

Through further investigation, we discovered that we could use the VEC multipage set up to access the page sitting in our application flow that could only be updated with code.

 

1. Set up your ab test using VEC.

2. Add a new page to the Experience B version

3. Select Modifications and add modifications.

4. In the first drop down select Mbox.

5. You can then enter the Mbox where you want your offer to be displayed.

6. Then directly input your code into the Content section.

 

SamBarber14_0-1715210896459.png

This will then behave as if it were a Forms based activity and display subsequently to the first test page if visited.