Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 2.41 KB

File metadata and controls

35 lines (30 loc) · 2.41 KB

com.ultracart.admin.v2.Model.ExperimentVariation

Properties

Name Type Description Notes
AddToCartCount int Total add to cart count for this variation [optional]
AverageDurationSeconds int Average duration seconds per session for this variation [optional]
AverageObjectivePerSession decimal Average objective value per session for this variation [optional]
AverageOrderValue decimal Average order value for this variation [optional]
BounceCount int Total bounce count for this variation [optional]
ConversionRate decimal Conversion rate for this variation [optional]
DailyStatistics List<ExperimentVariationStat> Array of daily statistics for this variation [optional]
DurationSecondsSum long Total number of seconds spent on the site for this variation [optional]
EventCount int Total event ocunt for this variation [optional]
InitiateCheckoutCount int Total initiate checkout count for this variation [optional]
OrderCount int Total order count for this variation [optional]
OrderItemCount int Total order item count for this variation [optional]
OriginalTrafficPercentage decimal Percentage of the traffic the variation originally started out with [optional]
PageViewCount int Total page view count for this variation [optional]
Paused bool True if traffic should be paused to this variation [optional]
Revenue decimal Total revenue for this variation [optional]
SessionCount int Total sessions for this variation [optional]
SmsOptIns int SMS Opt Ins for this variation [optional]
TrafficPercentage decimal Percentage of the traffic this variation is currently receiving [optional]
Url string Url of the variation if this experiment is a url experiment. [optional]
VariationName string Name of the variation [optional]
VariationNumber int Variation number [optional]
Winner bool True if this variation has been declared the winner [optional]

[Back to Model list] [Back to API list] [Back to README]