We are running a pricing test in which we redirect the visitor to the same page with some URL parameters attached. For example, they navigate to example.com. Target then sends 50% of the visitors to example.com/?partnerid=1234 so the visitor gets a price reduction. So there are a couple of issues.
- Analytics fires twice because of the redirection to the same page
- Discounted price doesn't persist thru multiple sessions
- So the visitor could see the test price in the first session but see the default price in the second session
Any suggestions?