Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.12 KB

PlatformDeliveryDataEmailAllOf.md

File metadata and controls

16 lines (12 loc) · 1.12 KB

OneSignalApi.Model.PlatformDeliveryDataEmailAllOf

Properties

Name Type Description Notes
Opened int? Number of times an email has been opened. [optional]
UniqueOpens int? Number of unique recipients who have opened your email. [optional]
Clicks int? Number of clicked links from your email. This can include the recipient clicking email links multiple times. [optional]
UniqueClicks int? Number of unique clicks that your recipients have made on links from your email. [optional]
Bounced int? Number of recipients who registered as a hard or soft bounce and didn't receive your email. [optional]
ReportedSpam int? Number of recipients who reported this email as spam. [optional]
Unsubscribed int? Number of recipients who opted out of your emails using the unsubscribe link in this email. [optional]

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