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
1
vote
2 answers

UI automation code for Optimizely test

I am new to Optimizely A/B testing. My question is, I have automation code of test cases for UI and if someone changes the UI using Optimizely, How can I make sure my automation code of test cases doesn't break because of those new changes from…
1
vote
3 answers

Optimizely Sticky Session

I have just tried Optimizely. The problem is it will show different variations to a user. Sometimes we don't expect this behaviour. For example if I change color to red from blue, Optimizely will randomly select between the orginal (blue) and the…
1
vote
1 answer

How to display my AngularJS correctly for GoogleBot and Optimizely?

I've a website called VoteCircle (www.votecircle.com), but i noted that it doesn't display well for Google Bot/Optimizely (used for A/B tests). It shows only the content that AREN'T in ng-view. All content in ng-view isn't displayed. it was made in…
Luiz Mitidiero
  • 1,030
  • 1
  • 10
  • 21
1
vote
2 answers

Replacing a class on multiple pages with Optimizely

I'm trying to set up an A/B test using Optimizely to change the color of the add to cart button on all product pages on the site. Here's the current code on the site
Amanda
  • 69
  • 1
  • 1
  • 8
1
vote
1 answer

How does visual web WYSIWYG editor works?

I've seen some editors doing the same as Dreamweaver but on the Internet, how is that done is what I'd like to know. What technologies are involved? Exemples: visualwebsiteoptimizer.com and optimizely.com
donald
  • 22,975
  • 38
  • 136
  • 220
1
vote
2 answers

Why can't I target the complement of my goal in Optimizely?

Optimizely's Sample Size calculator shows, that a higher baseline conversion rate leads to a smaller required sample size for an A/B-test. So, instead of maximizing my conversion goal, I'd like to minimize the opposite, i.e. not reaching the…
Protector one
  • 6,025
  • 4
  • 52
  • 77
1
vote
0 answers

Setting up Optimizely with Angular.js but scope is undefined

We're running Optimizely on our Angular.js single page app. According to the documentation the best way to trigger the experiment is using conditional activation with a callback. However, the code doesn't seem to run the experiment successfully as…
melonccoli
  • 348
  • 4
  • 12
1
vote
3 answers

What are the negative concequences of putting the GTM script in the head section?

In a recent Q&A on Youtube, the GTM product manager said two things which made me consider the current recommendation of putting the GTM script at the beginning of the body tag. https://youtu.be/XBCNJo9qGH8?t=6m23s The video highlights the…
tovare
  • 3,847
  • 5
  • 27
  • 30
1
vote
1 answer

Make Optimizely Variation Code Cleaner

Just seeing if anyone had any suggestions on making the following code cleaner that I have in my variation code section of Optimizely: window.scrollBox(); $("#related-posts").css({"z-index":"1"}); $("#optslidebox").replaceWith("
Ao C
  • 107
  • 1
  • 9
1
vote
1 answer

How to use Optimizely.dispatchEvents() method from Optimizely Android SDK

The quickstart guide for the Optimizely Android SDK includes the following example: private void userClickedImportantButton() { Optimizely.trackEvent("ImportantButtonClicked"); Optimizely.dispatchEvents(); // Manually send the event logs…
yuval
  • 5,982
  • 3
  • 30
  • 43
1
vote
3 answers

jQuery script that searches for existing query parameters and doesnt add "?" if present

I'm currently using the following code to add "?skin=skin_name" to a url whenever someone lands on a particular page. This allows us to load different themes that we're testing against one another. So if someone lands on www.example.com this script…
Tom Enns
  • 148
  • 3
  • 10
1
vote
2 answers

Test Prices In Shopify Using Optimizely

I'm looking to test prices in shopify using Optimizely. I tried to change the price on the product page itself (which is just text) and increased the price by 5%. When I add the product to the shopping cart, the price of the product was still the…
Tom Enns
  • 148
  • 3
  • 10
1
vote
1 answer

Optimizely Experiment on Secure Page / Onepage Checkout

Recently I've been trying to run an experiment on my onepage checkout with optimizely (secure page) and I can't seem to get it to load my cookie data. I followed optimizely's guide to make session specific information load but have had no…
mrblo0m
  • 11
  • 2
1
vote
1 answer

Integrate optimizely into google analytics

I have been trying to integrate optimizely into google analytics and it has proved a bit difficult than I anticipated. I am doing it through gtm which makes it slightly complicated. I have created a macro function() { dimension =…
Analytics
  • 11
  • 1
1
vote
2 answers

How can I make sure that only one Optimizely Experiment is running on a page and it gets fair traffic?

Using Optimizely I can create one or more experiments in a same project, but there is no guarantees that they will not executed simultaneously. For instance, if i'll create 2 experiments for a particular URL with Traffic Allocation for 100% visitors…
Vlad Mysla
  • 991
  • 8
  • 14