Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.38 KB

ExperimentVariation.md

File metadata and controls

32 lines (28 loc) · 2.38 KB

ExperimentVariation

Properties

Name Type Description Notes
add_to_cart_count int Total add to cart count for this variation [optional]
average_duration_seconds int Average duration seconds per session for this variation [optional]
average_objective_per_session float Average objective value per session for this variation [optional]
average_order_value float Average order value for this variation [optional]
bounce_count int Total bounce count for this variation [optional]
conversion_rate float Conversion rate for this variation [optional]
daily_statistics list[ExperimentVariationStat] Array of daily statistics for this variation [optional]
duration_seconds_sum int Total number of seconds spent on the site for this variation [optional]
event_count int Total event ocunt for this variation [optional]
initiate_checkout_count int Total initiate checkout count for this variation [optional]
order_count int Total order count for this variation [optional]
order_item_count int Total order item count for this variation [optional]
original_traffic_percentage float Percentage of the traffic the variation originally started out with [optional]
page_view_count int Total page view count for this variation [optional]
paused bool True if traffic should be paused to this variation [optional]
revenue float Total revenue for this variation [optional]
session_count int Total sessions for this variation [optional]
sms_opt_ins int SMS Opt Ins for this variation [optional]
traffic_percentage float Percentage of the traffic this variation is currently receiving [optional]
url str Url of the variation if this experiment is a url experiment. [optional]
variation_name str Name of the variation [optional]
variation_number 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]