docs/ExperimentVariationStat.md in ultracart_api-4.0.57.rc vs docs/ExperimentVariationStat.md in ultracart_api-4.0.58.rc

- old
+ new

@@ -12,10 +12,11 @@ | **order_count** | **Integer** | Total order count for this variation | [optional] | | **order_item_count** | **Integer** | Total order item count for this variation | [optional] | | **page_view_count** | **Integer** | Total page view count for this variation | [optional] | | **revenue** | **Float** | Total revenue for this variation | [optional] | | **session_count** | **Integer** | Total sessions for this variation | [optional] | +| **sms_opt_in_count** | **Integer** | Total SMS opt in count for this variation | [optional] | | **stat_dts** | **String** | Date/time that the statistic was created | [optional] | ## Example ```ruby @@ -30,9 +31,10 @@ order_count: null, order_item_count: null, page_view_count: null, revenue: null, session_count: null, + sms_opt_in_count: null, stat_dts: null ) ```