GetExperimentResults: Extract results of an experiment

Description Usage Arguments Value See Also Examples

View source: R/GetExperimentResults.R

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

1
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.

See Also

GetResults

Examples

1
2
3
4
5
6
7
## Not run: 
# Extract results
# Assign token before getting results
set_token('abcdefghihjklmnopqrs:54321')
results.df<-GetExperimentResults(c('123123','1234567'))

## End(Not run)

ROptimizely documentation built on May 1, 2019, 7:35 p.m.