Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.53 KB

EmailDomain.md

File metadata and controls

20 lines (17 loc) · 1.53 KB

EmailDomain

Properties

Name Type Description Notes
Domain string The name of the domain (gmail.com, hotmail.com, yahoo.com). [optional] [default to null]
EmailsSent int32 The number of emails sent to that specific domain. [optional] [default to null]
Bounces int32 The number of bounces at a domain. [optional] [default to null]
Opens int32 The number of opens for a domain. [optional] [default to null]
Clicks int32 The number of clicks for a domain. [optional] [default to null]
Unsubs int32 The total number of unsubscribes for a domain. [optional] [default to null]
Delivered int32 The number of successful deliveries for a domain. [optional] [default to null]
EmailsPct float64 The percentage of total emails that went to this domain. [optional] [default to null]
BouncesPct float64 The percentage of total bounces from this domain. [optional] [default to null]
OpensPct float64 The percentage of total opens from this domain. [optional] [default to null]
ClicksPct float64 The percentage of total clicks from this domain. [optional] [default to null]
UnsubsPct float64 The percentage of total unsubscribes from this domain. [optional] [default to null]

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