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
{{ message }}
This repository was archived by the owner on Sep 28, 2023. It is now read-only.
A recent change to the required properties on the Experiment JSON object has broken the ability to create experiments. See https://developers.optimizely.com/x/rest/v2/#Experiment_ there is now a property named type that is required and the plugin doesn't take this into account.
A recent change to the required properties on the Experiment JSON object has broken the ability to create experiments. See https://developers.optimizely.com/x/rest/v2/#Experiment_ there is now a property named
typethat is required and the plugin doesn't take this into account.The experiment data payload is defined here
wordpress-optimizely-x/includes/class-ajax-metabox.php
Lines 358 to 383 in ef3a6c1
typeproperty. The value should be defined based on how many variations were created by the user.Three or fewer variations should be an
a/bvalue (2 variations and the original) else it should bemultivariate.