- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Homepage AB Test
Homepage AB Test
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello,
I'm planning to do a Homepage's AB Test. I will have four more variations. Each one have diferents htmls in diferents urls. For examplo:
Original - www.record.pt
V1 -www.record.pt/v1
V2 -www.record.pt/v2
V3 -www.record.pt/v3
V4 -www.record.pt/v4
Is it possible to do that, right?
How can I hide the variations url to seem equal for the users? Is it possible?
Is it necessary to ad some tags to do this test?
Thanks in advance.
Regards,
Bárbara
Re: Homepage AB Test
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You can create an experiment with 5 varitions (control and 4 tests).
Each of varitations B, C, D, and E would do a redirect to the new URL.
If you want to mask the URL once the redirect is completed, add code such as the following to your test pages where you replace the URL in blue with the actual URL of your homepage.:
history.pushState({}, "", "https://www.example.com" + window.location.search)
Analytics and Testing Guru




Re: Homepage AB Test
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
- First, create an experiment
- Select the experiment type in your case Redirect experiment
- Select the URL
- Select your traffic allocation (25% 50% or whatever)
- Then select the % for each variation example 20%,20%, 20%,20%, 20%
- Config your goals and done
https://help.optimizely.com/Build_Campaigns_and_Experiments/Redirect_experiments%3A_Test_separate_UR...