Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 870 Bytes

CustomerAnalytics.md

File metadata and controls

17 lines (12 loc) · 870 Bytes

# CustomerAnalytics

Properties

Name Type Description Notes
acceptedCoupons int Total accepted coupons for this customer.
createdCoupons int Total created coupons for this customer.
freeItems int Total free items given to this customer.
totalOrders int Total orders made by this customer.
totalDiscountedOrders int Total orders made by this customer that had a discount.
totalRevenue float Total Revenue across all closed sessions.
totalDiscounts float The sum of discounts that were given across all closed sessions.

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