You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Introduce Forced Variation - This allows you to force users into variations programmatically in real time for QA purposes without requiring datafile downloads from the network.
16
+
```
17
+
var result = OptimizelyClient.setForcedVariation(experimentKey, userId, forcedVariationKey);
18
+
```
19
+
20
+
* Upgrade to use new [event API](https://developers.optimizely.com/x/events/api/index.html).
0 commit comments