Introduction - Optimizely Full Stack Experimentation
Developer documentation for Optimizely Full Stack (Legacy) Experimentation.
Important
Optimizely has recently announced the sunset of Optimizely Full Stack.
This documentation is for Full Stack. If you are looking for the newest version of Optimizely Experimentation SDKs, select Feature Experimentation in the drop-down menu above.
Full Stack (Legacy) projects are projects created before 2021 or selected Use Legacy experience on project creation. Full Stack projects:
- Use
IsFeatureEnabled
,Activate
,GetFeatureVariable
, andTrack
methods in the SDKs.- Have the Features tab in the Optimizely UI.
For more information, refer to the Feature Experimentation article on the application & migration.
Optimizely Full Stack (legacy) is a feature flagging and experimentation platform for websites, mobile apps, chatbots, APIs, smart devices, and anything else with a network connection.
You can deploy code behind feature flags, experiment with A/B tests, and roll out or roll back features immediately. All of this functionality is available with minimal performance impact via easy-to-use, open-source SDKs.
Client-side and server-side SDKs
See the following architectural diagram for an overview of Full Stack's server-side SDKs:
And our client-side SDKs, highlighting our mobile SDKS:
For more detailed diagrams, see Implementation checklist.
Overviews
Check out the resources below for an overview of Optimizely Full Stack (legacy).
Resource | Description |
---|---|
Feature flags with Optimizely Rollouts | 60-second, high-level video |
Flappy Bird interactive tutorial | 3-minute interactive gameplay tutorial. Click through steps to experiment with features in the game. |
5 Powerful Capabilities of Optimizely | 4-minute video explaining key features. |
Supported functionality
Our SDKs are built for developers, and support:
- Feature flags and experimentation: Our SDK framework natively integrates feature flags and product experimentation, so you can roll features out, roll them back, and continuously iterate your features by learning from each release.
- Remote configuration: Update your app in real time without a code deploy. Toggle features on and off, and even make changes to your experiments while they're running.
- Low latency: In-memory bucketing means no blocking network requests. Test in performance-critical code paths, secure environments, and more.
- Real-time results: Optimizely's Stats Engine provides best-in-class statistical modeling and immediate, trustable results without waiting for long, manual data queries.
- Cross-platform experimentation: Run server-side or client-side, on any connected device—mobile apps, websites, TV apps—with consistent bucketing across different languages.
Get started
Learn more about major concepts in Full Stack or jump into creating your first experiment:
- Install the SDK (optional: customize i.e. configuration polling interval) and instantiate it in your code.
- Define feature flags that you'll use to roll out features, make remote configurations, or run feature tests.
- Use your feature flag to run feature tests without deploying code, or run a standalone A/B test. Choose user IDs, target audiences with attributes, track events, and preview experiment variations.
- Analyze the results of your experiment.
See the SDK reference guides for details about each API method, such as required arguments, return values, and side effects.
See the Best Practices section for recommendations and considerations when implementing a Full Stack (legacy) SDK.
See also Certification exams for Optimizely Experimentation Strategist and other products.
Note
To build a company-wide experimentation program, consider pairing Optimizely's server-side experimentation product, Full Stack (legacy), with our client-side experimentation product, Optimizely Web Experimentation.
See our support help center article: Experiment end-to-end with Optimizely Web Experimentation and Optimizely Feature Experimentation.
If you have any questions, contact support. We are happy to help you set up any of our SDKs!
Updated 9 months ago