Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 2.64 KB

File metadata and controls

44 lines (39 loc) · 2.64 KB

com.ultracart.admin.v2.Model.EmailPostcardStat

Properties

Name Type Description Notes
ClickCount int Count of clicked emails [optional]
ClickCountFormatted string Count of clicked emails, formatted [optional]
ConversionCount int Count of conversions [optional]
ConversionCountFormatted string Count of conversions, formatted [optional]
DeliveredCount int Count of delivered emails [optional]
DeliveredCountFormatted string Count of delivered emails, formatted [optional]
MerchantId string Merchant ID [optional]
Name string List or segment name [optional]
OrderCount int Count of orders [optional]
OrderCountFormatted string Count of orders, formatted [optional]
Profit decimal Profit [optional]
ProfitFormatted string Profit, formatted [optional]
ReturnToSenderCount int Count of return to sender [optional]
ReturnToSenderCountFormatted string Count of return to sender, 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]
StatType string Campaign, Flow or None (for anything else) [optional]
Status string Status of campaign or flow [optional]
StatusDts string Status dts of campaign or flow [optional]
Steps List<EmailPostcardStat> [optional]
StorefrontOid int Storefront oid [optional]
UnsubscribeCount int Count of emails classified as unsubscribe [optional]
UnsubscribeCountFormatted string Count of emails classified as unsubscribe, formatted [optional]
Uuid string List or segment uuid [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]