Forum Moderators: DixonJones

Message Too Old, No Replies

How do I do split testing or AB testing without duplicate pages?

         

smithaa02

3:02 pm on May 21, 2015 (gmt 0)

10+ Year Member



So did the research on "experiments" in GA which looks nice...but basically it uses separate pages for everything which I do not want to do.

I would love to do this locally with PHP and sessions.

So the script assigns the user to group A or group B randomly and sets this in a session.

Group A say gets a red background and group B gets a green background.

I then test all sorts of GA metrics (like normal) but compare group A or group B.

Is this possible?

RhinoFish

5:51 pm on May 22, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You want to do a "Site-wide A/B Test", not a Single Page A/B Test". :-)

Google discussion on it...
Sitewide Content Experiments
[productforums.google.com...]

A very good article on it...
Site-Wide Split Tests With Google Analytics Content Experiments
[michaelbromley.co.uk...]

smithaa02

3:18 pm on May 25, 2015 (gmt 0)

10+ Year Member



Thank you!