url redirection - Detect if a page is a variation page (done using Visual Website Optimizer's (VWO) "Split URL test") -


How can we determine if a page is a redirected page (VwoO's Divided URL Test Variation Page) or not?

Thank you!

You can check the cookie defined by VWO. If this is a split url test, then you can check the cookie called _vis_opt_exp_teSTID_split which states that the page was redirected by VWO. The first time you are sending a variation URL, the cookie will be created.


Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -