Why Experiment Server-Side?
blog.optimizely.com
Why Experiment Server-Side?
1–7 of 7 posts
Re: Why Experiment Server-Side?
#2This is a general problem with client-side code, I'm surprised it doesn't come up more often.
Re: Why Experiment Server-Side?
#3Server side tests obviously sidestep this and are likely both more performant and more accurate.
Re: Why Experiment Server-Side?
#4Re: Why Experiment Server-Side?
#5My company is actually very interested in using Optimizely server-side, but unfortunately there is no Go SDK. Would love to see that happen.
Re: Why Experiment Server-Side?
#6Their client side stuff was revolutionary, marketing can run tests by themselves FTW. The grid in this article goes into that.
On the server side, you're going to need to add triggers for goals etc in your development environment, just feels like shoehorning Optimizely in their non core competency is a mistake.
Re: Why Experiment Server-Side?
#7One reason to consider keeping your experimentation on the server side is that the browser is an untrusted computing environment and can be easily manipulated by hostile agents. This is a general problem with client-side code, I'm surprised it doesn't come up more often.