Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.4 KB

PercentsEmail.md

File metadata and controls

17 lines (14 loc) · 1.4 KB

# PercentsEmail

Properties

Name Type Description Notes
bounce float Percentage of emails sent to unique recipients that bounced. [optional]
click float Percentage of recipients who opened the email who also clicked one or more links in it. [optional]
desktop_click float Percentage of clicks that came from a standard desktop or laptop computer. [optional]
desktop_open float Percentage of opens that came from a standard desktop or laptop computer. [optional]
did_not_open float Percentage of recipients that received the email (did not bounce) but did not open it. [optional]
mobile_click float Percentage of clicks that came from a mobile phone, tablet computer, or similar small mobile device (e.g. iPhone or iPad). [optional]
mobile_open float Percentage of opens that came from a mobile phone, tablet computer, or similar small mobile device (e.g. iPhone or iPad). [optional]
open float Percentage of recipients that received the email (did not bounce) and opened it. [optional]
unsubscribe float Percentage of recipients that received the email (did not bounce) and chose to unsubscribe. [optional]

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