Hi
Objective : Which label (label A vs Label B) leads to more clicks on the navbar.
Site Name : abc.com
I have a simple A/B test on a navbar which is as below:
Exp A: Home | Contact Us | Label A | Products
Exp B: Home | Contact Us | Label B | Products
As this is on the navbar - I have implemented template rule which says:
domain contains : abc.com
So the exp. remains the same for different URLs of the site.
Problem: The "Products" link actually lands to : subdomain.abc.com -- so if a user clicks on products while he is still in Exp B - he can see "Label A" in the navbar - which is not great . (subdomain.abc.com and abc.com -- are visually very same - header and footer is same - so it leads to a bad experience for user. )
I have tried the following :
1. Add subdomain.abc.com in my template rule . I tried with and without comma as a separator - but it doesnt work.
I guess the answer is somewhere else . How can i fix this issue ? Do I have to do anything on the subdomain -- subdomain.abc.com .
Thanks a lot !!