Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.04 KB

ApplicationAnalyticsDataPoint.md

File metadata and controls

17 lines (13 loc) · 1.04 KB

ApplicationAnalyticsDataPoint

Properties

Name Type Description Notes
start_time datetime The start of the aggregation time frame in UTC.
end_time datetime The end of the aggregation time frame in UTC.
total_revenue AnalyticsDataPoint [optional]
sessions_count AnalyticsDataPoint [optional]
avg_items_per_session AnalyticsDataPoint [optional]
avg_session_value AnalyticsDataPoint [optional]
total_discounts float The total value of discounts given for cart items in influenced sessions. [optional]
coupons_count float The number of times a coupon was successfully redeemed in influenced sessions. [optional]

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