VWO — feature management and experimentation
vwo/flags · version 1
envs add vwo/flags
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
VWO_ACCOUNT_ID |
required | config | VWO ships one package for Node and the browser with a browser build as a first-class option, so the same pair reaches the browser by design. VWO says nothing about exposure; that design is the basis here.. where to get it |
VWO_SDK_KEY |
required | config | The other half of that pair, documented as thirty-two alphanumeric characters in VWO's own SDK readme. Same basis, same caveat.. Shape ^[A-Za-z0-9]{32}$. where to get it |
VWO_REST_API_TOKEN |
optional | secret | For account and campaign management. It never expires and is revoked from the control panel rather than rotated.. where to get it |