Questions tagged [optimizely]

Optimizely provides A/B testing, Multivariate Testing and optimizations for websites and mobile apps via software as a service

Optimizely is a feature management and experimentation platform that provides feature flags, A/B testing, multivariate testing, recommendations, and personalization. It includes a reporting interface that provides results and statistical significance powered by Stats Engine, built in conjunction with Stanford University.

Marketing teams can use Optimizely's visual editor to run A/B tests without having to deploy code. This functionality can be extended by adding custom CSS and JavaScript and building reusable templates called Extensions.

Product teams can use Optimizely's Full Stack solution to run experiments across any application and control feature releases with feature flags using Optimizely's server-side, JavaScript, mobile, and OTT SDKs. Make every feature on your roadmap an opportunity to learn.

Development teams can use Optimizely's free Rollouts solution to put code behind feature flags to easily roll out and roll back features in any application without additional code deploys using the same SDKs as Optimizely FullStack. Mitigate risk for every feature on your roadmap.

Resources

93 questions
19
votes
1 answer

How does Optimizely & Visual Website Optimizer handle visual DOM editing?

Optimizely & Visual Website Optimizer are two cool sites that allow users to perform simple A/B Testing. One of the coolest things they do is visual DOM editing. You can visually manipulate a webpage and save the changes offline. The changes are…
MB.
  • 3,815
  • 8
  • 46
  • 71
13
votes
2 answers

Get visitor's Optimizely A/B test and variation

When I run an experiment on my website, I want to be able to find out which test and variation the current visitor sees. I can't find how to do this from the Optimizely Javascript API.
Pascal Klein
  • 20,294
  • 23
  • 79
  • 118
12
votes
5 answers

Is it possible to use Optimizely (or other DOM manipulating A/B testing tools) on a site using Angularjs?

I am looking to use Optimizely on a site where we will use Angularjs, but from what I understand, that will be difficult because the whole purpose of Angularjs is to not manipulate the DOM, and Optimizely works by manipulating the DOM. Does anyone…
Tyler Riggs
  • 121
  • 1
  • 3
10
votes
2 answers

How do you set up an Optimizely test for a single-page app?

I have a single-page web app that presents a multi-step photo management "wizard", split up across several discrete steps (photo upload, styling, annotation, publishing) via a tab strip. On switching steps I set the URL hash to #publishing-step (or…
ecmanaut
  • 4,665
  • 2
  • 37
  • 63
9
votes
2 answers

How to change the HTML content as it's loading on the page

I do A/B Testing on our site and I do most of my work is in a JS file that is loaded at the top of the page before anything else is rendered but after jQuery has loaded which comes in handy at times. Taking a very simple example of changing an H1…
7
votes
6 answers

Alternatives to GWO (Google Website Optimizer)?

We're using GWO (Google Website Optimizer) now. The multivariate and A/B testing is exactly what we need and works great from the perspective of showing the variations to the users. However, we have several issues that make me want to use a…
6
votes
2 answers

How do Optimizely trick chrome to no prompt for loading insecure content

In one of the latest chrome updates , the chrome team added the "load anyway" message that prompts a user to approve loading insecure content on secure pages , somehow optimizely have found a way to "trick" chrome not to ask for that question and…
Amnon
  • 1,171
  • 3
  • 9
  • 19
5
votes
1 answer

Optimizely object is not valid. Failing isFeatureEnabled

Trying to use the React and JavaScript SDKs for Optimizely, but getting the following error in the console: OPTIMIZELY: Optimizely object is not valid. Failing isFeatureEnabled. More info about my setup below: Installed via Yarn: yarn add…
asametrical
  • 268
  • 1
  • 8
5
votes
0 answers

No 'Access-Control-Allow-Origin' header is present on the requested resource when including optimizely script

I'm using optimizely in http://www.makeitreal.camp/ but when I open the browser console I'm seeing this error: XMLHttpRequest cannot load http://app.optimizely.com/account/snippet_installed?project_id=3129750879&wxhr=true. No…
Simon Soriano
  • 783
  • 9
  • 19
5
votes
2 answers

Application session cookies injected by 3rd party

My application uses session cookies. Somehow this cookie is injected with tracking information for a few users: JSESSIONID=0624EF8E3E5E7CCBDB52BAE6C44C5AFB.jvm-application;…
3
votes
2 answers

Changing behaviour of ReactJS applications externally (for Optimizely experiments)

Me and my team are using Optimizely to conduct A/B test. Normally we are creating complex variations where we change layout and behaviour of pages. Lately, we started to work with a client, whose site is built on ReactJS. While the first A/B test…
3
votes
2 answers

How to enable particular feature in android app for specified users based on city using A/B Testing

I want to enable particular feature based on user signed up city (Not based on user current geo location) in my android app. I am able to get single city with key from Firebase Remote Config.But how do I map multiple cities with a single key so that…
3
votes
3 answers

Podfile not downloading the latest versions of pods

I am using cocoapods for my company project and I am having an issue regarding getting the latest pods. In my Podfile, I have many pods but my pain point is the optimizely pod. pod 'Optimizely-iOS-SDK' - this should get the latest pod version but it…
crazyneo
  • 35
  • 1
  • 6
3
votes
1 answer

Error on starting Optimizely with Xamarin Binding

I would like to use Optimizely to improve A/B testing in App. To do it i have implemented a Xamarin Binding that is equal to this repo: https://github.com/JustGiving/XamarinBindings/tree/master/Optimizely.iOS When i register my API Key on…
Luigi Saggese
  • 5,229
  • 3
  • 38
  • 89
2
votes
3 answers

A/B Test solutions for a locked source code environment - server side decides which user gets which variation

I've been previously using tools such as Google Website Optimizer to run multi-variation or A/B tests. However right now I am looking for a solution that works for a larger site (400-500 000 unique visitor per month) with a very locked down source…
Niklas B
  • 1,411
  • 13
  • 28
1
2 3 4 5 6 7