Use the Redirect to URL option in Adobe Target when you want to send the visitor to a different page rather than showing content on the same page.
You might have two completely different pages to test instead of just changing pieces of content within a page. In this case, your A/B test compares page A vs. page B. Set up an A/B test campaign with two experiences: one pointing to the default page A, and the other redirecting to page B. In the Experience Action menu, located by clicking the letter label for the experience, choose Redirect to URL and specify the URL of page B. The offer is configured to redirect the visitor to a different page.
The redirect offer executes JavaScript code to redirect the browser. It uses the window.location.replace();
method, so the page the visitor is redirected from does not get stored in the browser history. This allows the visitor to still use the back button in their browser.
Redirect offers have a few limitations:
<head>
. You should always use auto-create and set the redirect offer for the global mbox.If you want to pass the referrer value of the landing page, it is recommended that you use an HTML offer rather than a redirect offer.
To create a redirect offer:
Create an experience.
From the Experiences frame, click the More Actions icon ( ) for the desired experience.
Click Redirect to URL.
In the Redirect to URL dialog box, type the URL.
If desired, select the option to include current query parameters.
If this option is selected, anything after the ? in the visitor’s URL is appended to the redirect URL at the time of redirect.
(Optional) Create additional rules.
Additional rules can be based on any of the following:
Additional rules can be joined to the Activity URL with AND or OR. All rules you add are evaluated against each other with AND.