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

Episerver find all image references

I'm trying to find all references to all images in all blocks. I can get all images I can't find all references in nested blocks. var searchClient = ServiceLocator.Current.GetInstance(); var result = searchClient.Search() …
kolek
  • 557
  • 1
  • 6
  • 13
0
votes
1 answer

How to change Feature Flags and Feature variables based on app version in Optimizely

I have recently started using Optimizely for managing my features, hence my question might be naive. Apologise in advance! I saw we can configure our feature and its respective variables on the Optimizely dashboard but how we can change the feature…
Vinit Saxena
  • 683
  • 2
  • 11
  • 27
0
votes
2 answers

Optimizely Media Controller

Im trying to use a controller in Optimizely (The artist formerly known as Episerver) to customize how I render media items, but the controller does not seem to get called: public class MediaController : PartialContentController { …
Ethan Schofer
  • 1,718
  • 5
  • 26
  • 55
0
votes
1 answer

DOMException with Content-Security-Policy header in Optimizely Web

In a project we use Optimizely Web Experiments integration for A/B testing. Optimizely Web comes with a quite nice Web Editor that allows you to modify the variants of your A/B test directly in the browser. Now, some time ago we decided for security…
0
votes
1 answer

Will Google Optimize keep testing my page variants if I push a change to the landing page?

Two parts to this question: If I have a landing page with a simple hero where the primary text is being A/B tested, but I decide I want to change the control text programmatically and deploy, will Google Optimize keep testing even though the…
Nikita Jerschow
  • 836
  • 2
  • 11
  • 24
0
votes
1 answer

How to mock optimizelySDK.createInstance().onReady() using Jest?

Here is my mock file __mocks__/@optimizely/optimizely-sdk.js const optimizelySDK = jest.requireActual('@optimizely/optimizely-sdk') optimizelySDK.createInstance().onReady = () => ({ success: false })) module.exports = optimizelySDK Here is my…
Croisade
  • 225
  • 2
  • 12
0
votes
1 answer

Snippet of code works on console and through Injector but not through Optimizely

Has anyone experienced that only part of their codes that gets ignored by Optimizely? So my development environment used npm and injector on chrome. So far my code works pretty. But when I copy-pasted the built version to Optimizely custom JS, only…
0
votes
1 answer

optimizely server side experiments tracking the events

I’m performing a server side experiment where our results are A/B tested on a small fraction of users before launching to everyone.We use optimizely sdk library for java .we have experiment setup in optimizely ui and we call activate method for that…
user3161879
  • 103
  • 1
  • 17
0
votes
1 answer

Optimizely acount singup

Here i am trying to create new account on optimizley but i unable to do that i also download optimizely windows version now i did find any signup button .. how i signup with optitmizley .. i search but never found any better solutions . will anyone…
rebma testio
  • 57
  • 2
  • 10
0
votes
2 answers

How to get the datafile version number of optimizely in iOS SDK?

How to get the datafile version/revision number from Optimizely's json file in iOS
akku
  • 25
  • 7
0
votes
1 answer

Access cross-domain iframe elements like in Optimizely

I'd like to be able to manually select text from cross-domain iframe with javascript on the frontend. I know it's pretty difficult to achieve such result as the use of postMessage is required if I decided to use a 100% javascript solution. I'm…
Bractar
  • 53
  • 7
0
votes
1 answer

Angular + Optimizely: How to navigate to a test page url without reload(using angular's router navigate)?

I am integrating Optimizely X to my Angular application. I have 2 variation of a page /original and /variation1. There is a feature in Optimizely where you can redirect the original to variation1 if user is bucketed to variation1. But this will…
PrinceG
  • 982
  • 6
  • 17
0
votes
1 answer

Targeting seperate parts of a URL in Optimizely with REGEX

I'm trying to target a set of URLs sharing the same template in Optimizely the https://chillisauce.com/hen/in-dublin/day Specifically trying to target the hen/in- part and the /day part. I've been testing this: /(hen)/in-.*/day[^/]+$ Although when…
Charlie Howes
  • 43
  • 1
  • 1
  • 8
0
votes
1 answer

Can I exclude a web browser in Google Experiments for split testing?

I have been using Optimizely.com for split testing for months. They allow to exclude visits from specific web browsers from experiments. I am trying to do the same in Google Experiments but I am wondering if Google Experiments allows to do that or…
Jaime Montoya
  • 6,915
  • 14
  • 67
  • 103
0
votes
1 answer

Optimizely API - "Missing the required field visitors"

I'm trying to use the Optimizely API for the first time using a webhook that gets triggered by another tracking platform (WhatConverts). The goal is to track phone calls since Optimizely natively doesn't. I'm successfully capturing the data from…
stinkysGTI
  • 573
  • 6
  • 21
1 2 3
8 9