Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySumbit a ticketLog In
GitHubNuGetDev CommunitySumbit a ticket
These docs are for v2.0. Click to read the latest docs for v3.0.

Analyze results

The Results page is powered by Optimizely's Stats Engine, a unique approach to statistics for the digital age developed in conjunction with leading researchers at Stanford University. Stats Engine embeds innovations combining sequential testing and false discovery rate control to deliver speed and accuracy for businesses making decisions based on real-time data.

Once you run a feature test or standalone A/B test, dig into the Experimentation Results page to learn how users respond to your experiment.

1364

For more information, see these KB articles:

Full Stack does not currently support retroactive results calculation.

📘

Note

Feature rollouts help you launch new features using a feature flag. Optimizely doesn't track events, so no extra network traffic is generated and no results are attached. To measure the impact of a feature, run a feature test instead.

Segment results

Segment your results to see how different groups of users behave, compared to users overall.

By default, Optimizely shows results for all users who enter your experiment. However, not all users behave like your average users. Optimizely lets you filter your results so you can see if certain groups of users behave differently from your users overall. This is called segmentation.

For example, imagine you run an experiment with a pop-up promotional offer. This generates positive lift overall, but when you segment for users on mobile devices, it's a statistically significant loss. Maybe the pop-up is disruptive or difficult to close on a mobile device. When you implement the change or run a similar experiment in the future, you might exclude mobile users based on what you've learned from segmenting.

Segmenting results is one of the best ways to gain deeper insight beyond the average user's behavior. It's a powerful way to step up your experimentation program.

Experiments in Full Stack projects don’t include “out-of-the-box” attributes like browser, device, or location attributes in Web. Optimizely’s SDKs are platform-agnostic—we don't assume which attributes are available in your application or what the format is. In Full Stack, all segmentation is based on the custom attributes that you create.

Here's how to set them up:

  1. Create the custom attributes that you want to use for Results page segmentation.
  2. Create audiences based on your custom attributes.
  3. Pass the custom attributes into the Activate, Track, and Get Variation functions for your experiment or app. For an example, see Pass in attributes for segmenting results.

After you define custom attributes and pass them in the SDK, they will be available as segmentation options from the drop-down menu at the top of the Results page.

Interpret the Results page

You can segment your entire Results page or the results for an individual metric. Segmenting results helps you get more out of your data by generating valuable insights about your user.

  1. Navigate to your Results page.
  2. Click Segment and select an attribute from the dropdown.

Under the Segment dropdown, you'll find default segments and custom segments all in one place.

1566

📘

Note

For Optimizely to use attributes for segmentation, the attribute must be defined in the datafile, and it must be included in both the Activate and Track calls. However, it does not have to be added as an audience to the test.

When segmenting results, a user who belongs to more than one segment will be counted in every segment they belong to. However, if a user has more than one value for a single segment, the user is only counted for the last-seen value they had in the session.

See our support documentation article on how visitors and conversions are counted in segments.

See also