Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 2.52 KB

EmailSmsStat.md

File metadata and controls

39 lines (35 loc) · 2.52 KB

EmailSmsStat

Properties

Name Type Description Notes
click_count int Count of clicked emails [optional]
click_count_formatted string Count of clicked emails, formatted [optional]
conversion_count int Count of conversions [optional]
conversion_count_formatted string Count of conversions, formatted [optional]
deleted bool True if campaign/flow has been archived [optional]
delivered_count int Count of delivered emails [optional]
delivered_count_formatted string Count of delivered emails, formatted [optional]
merchant_id string Merchant ID [optional]
name string List or segment name [optional]
order_count int Count of orders [optional]
order_count_formatted string Count of orders, formatted [optional]
profit float Profit [optional]
profit_formatted string Profit, formatted [optional]
revenue float Revenue [optional]
revenue_formatted string Revenue, formatted [optional]
send_count int Count of emails sent [optional]
send_count_formatted string Count of emails sent, formatted [optional]
skipped_count int Count of skipped emails [optional]
skipped_count_formatted string Count of skipped emails, formatted [optional]
stat_type string Campaign, Flow or None (for anything else) [optional]
status string Status of campaign or flow [optional]
status_dts string Status dts of campaign or flow [optional]
step_uuid string Step UUID if the statistics are at the step/email level [optional]
steps \ultracart\v2\models\EmailSmsStat[] [optional]
storefront_oid int Storefront oid [optional]
unsubscribe_count int Count of emails classified as unsubscribe [optional]
unsubscribe_count_formatted string Count of emails classified as unsubscribe, formatted [optional]
uuid string List/Segment uuid, or Flow/Campaign uuid depending on level of stat aggregation. [optional]
view_count int Count of views [optional]
view_count_formatted string Count of views, formatted [optional]

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