Hi,
I have a question about redirect tests. We've decided to resort to using it for an upcoming test where we will test two different pages against each other. It's definitely not the optimal approach, but due to resource and time constraints we have decided to take this approach.
The issue we have now is that since we randomize users on an essential cookie, i.e. before they accept cookies (to avoid flickering), the experiment_viewed datalayer event can not be pushed since the users won't have time to accept the cookies before being redirected. This will obviously cause SRM, so no point in even starting the test as it is now.
That leads me to my question which is how you that use redirects on the regular have handled this? Or are we doomed from the get go?