Experiment Browser SDK
Overview
This is the JavaScript client (web browser) SDK for Experiment, Amplitude's experimentation and feature management platform.
Getting Started
Refer to the Javascript SDK Developer Documentation to get started.
Examples
This repo contains various example applications for getting familiar with the SDK usage. Each example has two applications, one with a basic example, and another with an example for integrating with the amplitude analytics SDK.
- Script Tag (HTML)
Browser Compatibility
This SDK works with all major browsers and IE10+. The SDK does make use of Promises, so if you are targeting a browser that does not have native support for Promise (for example, IE), you should include a polyfill for Promise, (for example, es6-promise).