Skip to content

Latest commit

 

History

History
49 lines (44 loc) · 3.18 KB

File metadata and controls

49 lines (44 loc) · 3.18 KB

com.ultracart.admin.v2.Model.EmailCommseqStat

Properties

Name Type Description Notes
ClickCount int Count of clicked emails [optional]
ClickCountFormatted string Count of clicked emails, formatted [optional]
ConversionCount int Count of conversion [optional]
ConversionCountFormatted string Count of conversions, formatted [optional]
DeliveredCount int Count of delivered emails [optional]
DeliveredCountFormatted string Count of delivered emails, formatted [optional]
EmailCommunicationSequenceUuid string UUID associated with the communication sequence [optional]
FinishedCount int Count of customers that finished the sequence [optional]
FinishedCountFormatted string Count of customers that finished the sequence, formatted [optional]
InProgressCount int Count of customers in progress [optional]
InProgressCountFormatted string Count of customers in progress, formatted [optional]
KickboxCount int Count of emails kicked [optional]
KickboxCountFormatted string Count of emails kicked, formatted [optional]
MerchantId string Merchant ID [optional]
OpenCount int Count of opened emails [optional]
OpenCountFormatted string Count of opened emails, formatted [optional]
OrderCount int Count of orders [optional]
OrderCountFormatted string Count of orders, formatted [optional]
PermanentBounceCount int Count of emails permanently bounced [optional]
PermanentBounceCountFormatted string Count of emails permanently bounced, formatted [optional]
Profit decimal Profit [optional]
ProfitFormatted string Profit, formatted [optional]
Revenue decimal Revenue [optional]
RevenueFormatted string Revenue, formatted [optional]
SendCount int Count of emails sent [optional]
SendCountFormatted string Count of emails sent, formatted [optional]
SkippedCount int Count of skipped emails [optional]
SkippedCountFormatted string Count of skipped emails, formatted [optional]
SpamCount int Count of emails classified as spam [optional]
SpamCountFormatted string Count of emails classified as spam, formatted [optional]
StartedCount int Count of customers that started the sequence [optional]
StartedCountFormatted string Count of customers that started the sequence, formatted [optional]
StorefrontOid int Storefront oid [optional]
UnsubscribeCount int Count of unsubscribes caused [optional]
UnsubscribeCountFormatted string Count of unsubscribes caused, formatted [optional]
ViewCount int Count of views [optional]
ViewCountFormatted string Count of views, formatted [optional]

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