This guide assumes you have followed the previous steps of installing side-car, creating a statsig account and setting up the API Keys correctly. Check out Setup for those instructions.
Step 1: Navigate to the web page
Navigate to the web page you want to experiment on.Step 2: New experiment
Hit the New Experiment button and fill out the details. This will create a local experiment which hasn’t been published yet. This allows you to configure all the details, verify that everything works and then you can publish it.Step 3 (Optional): Add url filter
You have the option to select what pages the experiment will run on.This will be evaluated prior to any targeting rules you configure on the experiment within Statsig console. You can configure URL targeting using the following methods:
- All Pages - anywhere Sidecar client is installed
- Contains - The page URL must contain the value as a substring
- Exact Match - The page URL must match the exact value specified here.
- Regex - Regular expressions, for example
(http|https):\/\/www.statsig.com\/pricingmatches pageshttp://www.statsig.com/pricingorhttps://www.statsig.com/pricing, and will activate this experiment on those pages.