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
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
  • 1,181
  • 12
  • 15
1
vote
1 answer

Pulling revenue data from a Google Analytics e-commerce snippet into another revenue tracking snippet

We currently have Google Analytics ecommerce tracking set up on our form thank-you pages. We're also using Optimizely to run A/B/n tests on our website. Optimizely's an online split-testing platform, that also has revenue tracking you can…
1
vote
1 answer

Will Optimizely work with CardinalPath GAS wrapper?

Looking at whether using Optimizely A/B testing would work with gas. "Because Optimizely runs first and creates _gaq, it's very important for any custom implementation of GA to make sure it checks for the existence of _gaq before it runs, and if…
Conando
  • 219
  • 1
  • 4
  • 16
1
vote
1 answer

Apply jQuery UI to Optimizely code?

I'm attempting to append a div to the body of a site, then hide it by sliding it to the left when a user clicks the close button using jquery. The site is currently using Drupal 7, and for multiple reasons directly editing the file is not a…
1
vote
0 answers

A/B testing Optimizely and Google Analytics with Screen Resolution=(not set)

We've setup an A/B in Optimizely to test a completely new design: http://offerta.se that we're testing against our legacy design: http://offerta.se/?classic=1 Optimizely is setup to redirect 50% of our CPC traffic to the legacy design. The old…
Niels Bosma
  • 11,758
  • 29
  • 89
  • 148
1
vote
1 answer

How to test mobile web app built with jQuery Mobile with Optimizely?

I've built a mobile web app with jQuery Mobile. In the index.php file, there're multiple pages declared as data-role="some_page_name" and their urls are like index.php#my_profile. Now I want to use Optimizely to do A/B test on one of the pages. I…
thmmrs
  • 31
  • 3
0
votes
1 answer

IContentRepository vs IContentSoftLinkRepository in Optimizely

In Optimizely, I have come across 2 different interfaces to get a hold of the EPiServer repository - IContentRepository and IContentSoftLinkRepository Example of IContentRepository : var repo =…
rykamol
  • 1,097
  • 1
  • 10
  • 19
0
votes
1 answer

Optimizely Revenue Tracking jQuery snippet

I am trying to enable revenue tracking in Optimizely. I have customized the jQuery snippet that the Optimizely knowledge base provides and installed it on the last page prior to the completion of the checkout process. Here is the "Complete Booking"…
TrentonMcManus
  • 487
  • 1
  • 7
  • 16
0
votes
1 answer

Optimizely get media item from internal URL

I have a URL property type on an Optimizely block that could be an external URL or media item. When rendered, the the URL is of the format: /link/some_kind_of_id.aspx That relative URL will work, as the Epi HTTP handler will determine if it's a…
Jag
  • 723
  • 8
  • 21
0
votes
1 answer

Detect media item upload in Episerver/Optimizely CMS 11

(The following is for Optimizely CMS 11). We have an initialization module in place that registers an event handler for the ContentChanged event that is raised by the CMS. This is already being used successfully - one usage of this is to evict…
Jag
  • 723
  • 8
  • 21
0
votes
0 answers

Optimizely: Turn on/off feature flag via API call or code

How can I turn on/off Optimizely flag via an API call or code(using SDK) from the backend? I don't want to turn it on/off via Optimizely UI
user4974500
  • 139
  • 1
  • 2
  • 12
0
votes
0 answers

The inline constraint resolver of type 'DefaultInlineConstraintResolver' was unable to resolve the following inline constraint: 'objectType'

I have an Optimizely 11.20 solution with controllers that use inline route constraints like this: `[Route(" {market:market}/{type:objectType}/{county?}/{municipality?}/{city?}/{mainDistrict?}/{district?}/{streetAddress?}", Name =…
0
votes
0 answers

Add VueJS directive via TinyMCE plugin

I have been strugling for longtime to add VueJS directive to html via TinyMCE plugin. We have this EpiServer/Optimizely CMS (ver. 12) website that used some old AngularJS. I am migrating this website to VueJS (ver. 3) and this is the last thing…
Z.IT
  • 21
  • 4
0
votes
0 answers

Is it possible to switch the ContentAreaRenderer dynamically based on multisite in Optimizely/Episerver?

Is it possible to switch the ContentAreaRenderer dynamically based on multisite in Optimizely/Episerver? Some of our sites use the EpiBoostrapArea nuget package and some have their custom content area renderer previously when they were not in a…
M-B
  • 319
  • 2
  • 9
1 2 3
8 9