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

EpiServer Optimizely v12 - TinyMce - TinyMceSpellChecker - Add Disctionary

I have followed all the guides and tried many combinations , but I am still getting a js alert that the en-GB.aff file is missing whenever I try using en-GB. What is the exact path to a new dictionary , for example Ive tried placing it here…
1
vote
1 answer

How to search for substring in a list of strings in episerver find

I have a list of strings like this "Users": [ "usrName|Fullname|False|0|False|False", "usrName|Fullname|False|0|False|False", "usrName|Fullname|False|0|False|False", "usrName|Fullname|False|0|False|False", …
mohsinali1317
  • 4,255
  • 9
  • 46
  • 85
1
vote
1 answer

To show icons in dropdown in EPiServer CMS edit mode

I have requirement to show icons as well in dropdown in CMS edit mode as shown below. I'm using EPiServer version 11.15.1.0 In case, if you have any better suggestion/approach , Please advise.
user1641519
  • 377
  • 1
  • 4
  • 17
1
vote
1 answer

HttpContextAccessor.HttpContext is null in blocks and in @sections

I'm doing migration from episerver 11 to 12 and in views have this problem: In all blocks and and in @section on @Html.PropertyFor always get this exeption: Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer[2] Connection ID…
Ivan Maslov
  • 168
  • 2
  • 13
1
vote
2 answers

Get page's blocks in EPiServer Content delivery API

I have a page in Episerver / Optimizely, with a page that has some blocks, but I want to access the blocks through https://localhost:5000/api/episerver/v3.0/content/57 (whith episerver content delivery api), but the blocks won't follow. Is it…
Axel_s
  • 21
  • 4
1
vote
2 answers

Get URL path for image from episerver blob file

I'm creating a blob file using the following method in my code Adding to Blob Thumbnail = MediaToBlob(thumbMediaUrl, accessToken, ".jpg", blobFactory, qbankMedia, "text/html"); blobCache.Add(videoMediaUrl,…
1
vote
1 answer

Add content area within custom class property in Episerver

I am creating a custom class with the below given definition. One of the property type given below is of type content area(Media). Issue: Since this custom property is in a popup itself, when clicking on the create new block in media content area,…
Ms1
  • 45
  • 5
1
vote
1 answer

Ad blockers causing optimizely to fail

I was asked to fix the optimizely issues with ad blockers. I am using optimizely full stack . But the issue is that even after adding ad blocker i am not seeing any issues. Can someone help to replicate the issues with ad blockers ? Is there any…
Vinz and Tonz
  • 3,487
  • 5
  • 21
  • 32
1
vote
1 answer

Getting I/O exception (java.net.SocketException) caught when processing request

I have been using optimizely 'core-api', version:'3.3.0' and 'core-httpclient-impl', version:'3.3.0' for my java app. I frequently see this exception in my info log "I/O exception (java.net.SocketException) caught when processing request to…
Picco
  • 47
  • 3
  • 10
1
vote
1 answer

How to get isFeatureEnabled to return the same value for all users in the same organization?

Let's say I have a small business product that we are selling to organizations. How do I ensure that all users in the same organization get the same experience? For example, let's say I have the following two users (user with id 123 and user with id…
asametrical
  • 308
  • 2
  • 9
1
vote
1 answer

Function finished before the .then inside

So I'm completing a task in a language(Optimizely and React) I have never used before. As you can see below I have 2 different if statements depending on the returned value, the value returned is fine. I can see that is fine while debugging, so…
J0rd4n500
  • 223
  • 1
  • 5
  • 14
1
vote
1 answer

How to write Angular Controller inside Experirment JavaScript in Optimizely

I have tried writing angularJS controller inside experimental javascript of variation in optimizely. it does not seems to work. Basically i would like to insert HTML snippet like this
n92
  • 7,424
  • 27
  • 93
  • 129
1
vote
2 answers

Multivariate Testing with Optimizely

I've just started using Optimizely, and really love it. However, I need to do a multivariate test. Has anyone come up with a way, hack or otherwise, to do MVT in Optimizely? Manually creating 25-100 variations isn't my idea of fun. Alternatively,…
Matt Luongo
  • 14,371
  • 6
  • 53
  • 64
1
vote
1 answer

Optimizely is not changing variation after clearing cookies

I have two variations in my experiment with the following traffic allocation percentages: 1) Original (0%) 2) Variation #1 (100%) The site is always showing the original, even though its traffic allocation is 0%. It should always show Variation #1.…
Jaime Montoya
  • 6,915
  • 14
  • 67
  • 103
1
vote
3 answers

Optimizely reliability

We started using Optimizely and we're blown by the results so we started creating aggressive campaigns. But then we realized something was wrong and I would appreciate any help we can get. We tested (for example) on the homepage instead of a blue…
Haim
  • 1,107
  • 2
  • 10
  • 19
1 2
3
8 9