| ExperimentUtilitiesGetBestPerformingVersion Method |
Returns the best performing version according to conversion goal
Namespace:
Dynamicweb.Analytics.Experiments
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static double GetBestPerformingVersion(
Experiment exp,
int combinationID
)
Public Shared Function GetBestPerformingVersion (
exp As Experiment,
combinationID As Integer
) As Double
Parameters
- exp
- Type: Dynamicweb.Analytics.ExperimentsExperiment
instance of Experiment - combinationID
- Type: SystemInt32
combination ID of experiment view
Return Value
Type:
DoubleRemarks See Also