GetExperimentResults: Extract results of an experiment
Description
Query Optimizely API to extract top-level results experiment. Results returned are computed by Optimizely Stats Engine.
Metrics for each experiment are listed for every combination of variations and goals defined for that experiment.
Usage
GetExperimentResults(experiment.list)
Arguments
experiment.list
list of experiment identifier.
Value
data frame with experiments results. A data frame representing every combination of variations and goals that have been defined for each experiment in list. For example, if there are three variations and two goals defined for an experiment, the response will contain six rows representing each variation_id and goal_id combination.