We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At document describe this. nsConf.defineExperiment("default", "itemsToShow = uniformChoice(choices=[5, 10, 20], unit=userid);");
nsConf.defineExperiment("default", "itemsToShow = uniformChoice(choices=[5, 10, 20], unit=userid);");
Newest api: public void defineExperiment(final String definition, final Map<String, ?> assign)
public void defineExperiment(final String definition, final Map<String, ?> assign)
But in the newest apis are different. Can you help me showing the new code to define this example experiment ?
The text was updated successfully, but these errors were encountered:
see https://github.com/Glassdoor/planout4j/pull/51/files String script = "itemsToShow = uniformChoice(choices=[5, 10, 20], unit=userid);"; nsConf.defineExperiment(experimentName, PlanoutDSLCompiler.dsl_to_json(script));
String script = "itemsToShow = uniformChoice(choices=[5, 10, 20], unit=userid);"; nsConf.defineExperiment(experimentName, PlanoutDSLCompiler.dsl_to_json(script));
Sorry, something went wrong.
No branches or pull requests
At document describe this.
nsConf.defineExperiment("default", "itemsToShow = uniformChoice(choices=[5, 10, 20], unit=userid);");
Newest api:
public void defineExperiment(final String definition, final Map<String, ?> assign)
But in the newest apis are different. Can you help me showing the new code to define this example experiment ?
The text was updated successfully, but these errors were encountered: