Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 928 Bytes

CustomerAnalytics.md

File metadata and controls

17 lines (13 loc) · 928 Bytes

CustomerAnalytics

A summary report of customer activity for a given time range.

Properties

Name Type Description Notes
accepted_coupons int Total accepted coupons for this customer.
created_coupons int Total created coupons for this customer.
free_items int Total free items given to this customer.
total_orders int Total orders made by this customer.
total_discounted_orders int Total orders made by this customer that had a discount.
total_revenue float Total Revenue across all closed sessions.
total_discounts float The sum of discounts that were given across all closed sessions.

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