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

129 questions
0
votes
1 answer

UnicodeDecodeError on Localhost with Django and Optimizely

I'm trying to test my experiments locally before pushing to the live version of the site, so my experiment is targeted to: localhost:8000/ (simple match) The experiment preview however doesn't load. If I point to the live version of the site it…
jhulme
  • 100
  • 10
0
votes
1 answer

Optimizely: measure page impressions

I want to include a new link block on my pages. But before I activate it I want to test if it makes sense. So following Optimizelys Article on Pageview goals I set up a test to measure page view conversions. But obiously I am doing it wrong. As a…
Eddie
  • 109
  • 1
  • 11
0
votes
1 answer

How to change variable in on variation page in Optimizely

I'm trying to load a new design template into optimizely. The CMS stores the new templates in alternate URLs. The files are loaded in the section of the page. The original templates are loaded as follows: var name1 = /url1/ var name2 = /url2/ And…
Tom Enns
  • 172
  • 3
  • 15
0
votes
1 answer

Optimizely - How to access the variation name

I am trying to create a goal in optimizly. I have a product page product.php where someone selects a product via a radio button. That POSTS the data to the cart page. There are 3 variations plus the original one so 4 variations in total. The data is…
user1547410
  • 863
  • 7
  • 27
  • 58
0
votes
1 answer

A/B test search results sorting option

I have a search results page with different types of sorting available for user to choose via drop down control. I need to test variation of one of the sorting options, let's say Relevance (variation B has different algorithm of relevance definition…
O.C.
  • 1
  • 3
0
votes
1 answer

How can I get the active experiment/variant name in optimizely?

I try to integrate Optimizely with AngularJS and I want to show different templates based on what variation is running. I would add a constant function to the Angular app, that would check if a variant/variants are active. sth like function…
Barney Szabolcs
  • 11,846
  • 12
  • 66
  • 91
0
votes
1 answer

In Optimizely, basic jQuery click event not working

In Optimizely, I'm trying to do some basic click events. I know that Optimizely is only on jQuery 1.6, so using on(), off() for events is useless. To make sure, I'm using the most basic event handler click(function(){ ... }));, but even this is not…
Shaoz
  • 10,573
  • 26
  • 72
  • 100
-1
votes
1 answer

Limitations of using Visual Editor in Optimizely?

I wanted to know the limitations of Visual editor in Optimizely? I am running a A/B test and wanted to make a few visual changes in my app. Can I make these changes when my app is live ?
-1
votes
1 answer

Disable optimizely for google amp

Is there a way to turn this javascript code into PHP? window['optimizely'] = window['optizmizely'] || []; window['optimizely'].push(["disable"]);
1 2 3
8
9