Does Automated Personalisation test allows to create the experience which redirect to new URL? | Community
Skip to main content
Level 2
July 3, 2023
Solved

Does Automated Personalisation test allows to create the experience which redirect to new URL?

  • July 3, 2023
  • 1 reply
  • 824 views

I would like to create an Automated Personalisation test that redirects to another URL which page offers a customed homepage experience for a particular affinity audience. However, the option of redirect URL seems not available on Automated Personalisation test, but it does on A/B test type. Does anyone know how to set redirect URL in automated personalisation test? Thanks.

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 Matthew_Ravlich_ACG

Hi @matt167 - To create a redirect within AP activities, use the form-based composer instead of the Visual Experience Composer (VEC) by creating a redirect offer. The redirect offer executes JavaScript code to redirect the browser. It uses the method:

 

window.location.replace()

 

so the page the visitor is redirected from is not stored in the browser history. This allows the visitor to use the back button in their browser still.

 

More details here: https://experienceleague.adobe.com/docs/target/using/experiences/offers/offer-redirect.html?lang=en

 

I hope that helps.

 

Matthew Ravlich | ACG Digital | albertacg.com

1 reply

Matthew_Ravlich_ACG
Community Advisor
Matthew_Ravlich_ACGCommunity AdvisorAccepted solution
Community Advisor
July 3, 2023

Hi @matt167 - To create a redirect within AP activities, use the form-based composer instead of the Visual Experience Composer (VEC) by creating a redirect offer. The redirect offer executes JavaScript code to redirect the browser. It uses the method:

 

window.location.replace()

 

so the page the visitor is redirected from is not stored in the browser history. This allows the visitor to use the back button in their browser still.

 

More details here: https://experienceleague.adobe.com/docs/target/using/experiences/offers/offer-redirect.html?lang=en

 

I hope that helps.

 

Matthew Ravlich | ACG Digital | albertacg.com