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

How bad are redirect A/B tests for performance?

My company is asking to A/B test our main menu navigation which is available on all of our pages. We currently use a platform called Optimizely to redirect users for any variations. I know that redirects are especially bad for mobile performance.…
davidatthepark
  • 1,235
  • 1
  • 13
  • 25
0
votes
1 answer

Understanding Optimizely API

I am trying to understand better how the optimizely api works. I am a newbie. So please excuse me if I am asking something very obvious. But I thought the API works by using an optimizely object that has two methods get and push, and a data object.…
Aging
  • 11
  • 1
0
votes
3 answers

How do I call a function after user clicks in ng-click?

I'm running an optimizely test in this page: https://www.thelotter.com/pt/bilhetes-loteria/africa-sul-powerball/?player=0 This is the current javascript for the test: /* Don't touch this code */ function waitForDelayedContent(selector,…
0
votes
1 answer

Run through List and move items to end if child element has a class

I am trying to do something that I think should be simple enough to accomplish, but it's not seeming to work out for me. I just want to run through the list of thumbnails on our site's alt images, and then if it has a child link with the class…
0
votes
1 answer

writing custom code after form submission

Good day ! I am using optimizely . But its general question. I have form validation code, $("#frmForm").validate({ // Specify validation rules rules: { // The key name on the left side is the name attribute // of an input field.…
user7435409
0
votes
1 answer

How to use regex for URL-targeting

As a disclaimer, I must say that my experience with regular expressions is very limited. I am using Optimizely for A/B testing and have run into a problem. I only want my experiment to run on one page, however, this page's URL-structure is somewhat…
DBE7
  • 766
  • 2
  • 9
  • 23
0
votes
2 answers

Using react native with Optimizely

I try to follow documentation in Optimizely to get my react native app (@22.2) working but getting such bug. MainActivity.java:24: error: cannot find symbol Optimizely.startOptimizelyWithApiToken("xxxxxx", getApplication()); …
MarJano
  • 1,257
  • 2
  • 18
  • 39
0
votes
1 answer

Defining scope in optimizely

I am reading through some of the docs for optimizely and saw an interesting value that they add to scope. I am not sure that I fully understand it. Here is the function in their docs function(activate, options) { var scope =…
Winnemucca
  • 3,309
  • 11
  • 37
  • 66
0
votes
1 answer

optimizely and access to pseudoelements style properties

I am about create A/B test in optimizely that involve a change in a pseudoelement (:after :before). What I can do to change a pseudoelement style inside optimizely (let said color).
Raúl Martín
  • 4,471
  • 3
  • 23
  • 42
0
votes
1 answer

Optimizely Code Blocks not working in Development Mode

I have added Optimizely code blocks to my app to test a new feature on a percentage of the audience. When the device is connected to the Optimizely website I am able to change the blocks. However when the app is not connected to the website, even…
Tom Coomer
  • 6,227
  • 12
  • 45
  • 82
0
votes
2 answers

Convert Optimizely jQuery Object to String

Getting an [object Object] error on linkOne within $related. I tried using JSON.stringify(), but that didn't seem to work. Below is the code thusfar: var $secondParagraph = $('.entry-content > p:eq(1)'); var linkOneLink = $(".pagealignleft >…
Ao C
  • 127
  • 1
  • 9
0
votes
1 answer

Optimizely fadeIn and fadeOut

Looking for help on an issue, and would appreciate any useful input. I'd like to make the socialBox fade in once it hits #first then fade out if the socialBox goes before #first or after .relevancy-widget. I'm not sure what I'm writing wrong that…
Ao C
  • 127
  • 1
  • 9
0
votes
4 answers

Increase font size with jquery

I'm attempting to run a split test with Optimizely and need to increase the size of the font that is used as description text in my site search's search field. I've managed to change the color using this…
bbacarat
  • 253
  • 1
  • 4
  • 16
0
votes
1 answer

Hiding an appended div in Optimizely

In following piece of code, I'm unable to hide the appended div before the user reaches the last paragraph. The div is showing right on pageload, and I'd like to have it show only when the user reaches the "last" ID. $('body').append('
Ao C
  • 127
  • 1
  • 9
0
votes
1 answer

When to use startOptimizelyAsync() method from Optimizely Android SDK

The Android SDK for Optimizely includes the method Optimizely.startOptimizelyAsnyc() However, the only documentation for it exists here and is quite lacking. I can't find any other documentation or mention of it on the web. I would like to use…
yuval
  • 6,369
  • 3
  • 32
  • 44
1 2 3
8
9