I'm trying to do some AB testing. In particular, I want to use Google Analytics (GA) custom variables to track which variant a user saw, so I want 3 levels; one level to specify the category of testing (image, popup, etc.), then the page they're on, and the value is whether they saw variant A or variant B.
Looking at custom variables, it seems that _setCustomVar
only takes two attributes; a key and a value. How would I go about doing this?
Note: I want to avoid using the GA Multivariate testing module which redirects the user.