Skip to content

Latest commit

 

History

History
46 lines (43 loc) · 3.12 KB

File metadata and controls

46 lines (43 loc) · 3.12 KB

# EmailStat

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]
kickbox_count int Count of emails kicked [optional]
kickbox_count_formatted string Count of emails kicked, formatted [optional]
merchant_id string Merchant ID [optional]
name string List or segment name [optional]
open_count int Count of opened emails [optional]
open_count_formatted string Count of opened emails, formatted [optional]
order_count int Count of orders [optional]
order_count_formatted string Count of orders, formatted [optional]
permanent_bounce_count int Count of emails permanently bounced [optional]
permanent_bounce_count_formatted string Count of emails permanently bounced, 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]
spam_count int Count of emails classified as spam [optional]
spam_count_formatted string Count of emails classified as spam, 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\EmailStat[] [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]