Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.11 KB

LoyaltyDashboardData.md

File metadata and controls

19 lines (15 loc) · 1.11 KB

LoyaltyDashboardData

Datapoint for the graphs and cards on a loyalty program dashboard.

Properties

Name Type Description Notes
date datetime Date at which data point was collected.
total_active_points float Total of active points for this loyalty program.
total_pending_points float Total of pending points for this loyalty program.
total_spent_points float Total of spent points for this loyalty program.
total_expired_points float Total of expired points for this loyalty program.
total_members float Number of loyalty program members.
new_members float Number of members who joined on this day.
spent_points LoyaltyDashboardPointsBreakdown
earned_points LoyaltyDashboardPointsBreakdown

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