Skip to content

Files

Latest commit

author
apratheek
Oct 17, 2022
ea8407c · Oct 17, 2022

History

History
19 lines (16 loc) · 1.23 KB

ReachPerformanceStats.md

File metadata and controls

19 lines (16 loc) · 1.23 KB

# ReachPerformanceStats

Properties

Name Type Description Notes
sent_count int Denotes the number of SMSes sent
delivered_count int Denotes the number of SMSes delivered
failed_count int Denotes the number of SMSes that have failed to deliver
undelivered_count int Denotes the number of SMSes that were undelivered
viewed_count int Denotes the count of SMSes viewed (by clicking on the link sent as part of the SMS)
redemptions_count int Denotes the count of redemptions
value_claimed int Denotes the total value claimed as discounts (in cents)
revenue_generated int Denotes the total revenue generated for the business by using various payment objects (in cents)
refunds_count int Denotes the count of refunds
value_refunded int Denotes the total value refunded (in the form of discounts, in cents)
revenue_lost int Denotes the total revenue lost for the business on account of refunds (in cents)

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