Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.46 KB

EmailDomain.md

File metadata and controls

24 lines (18 loc) · 1.46 KB

# EmailDomain

A single email domain's performance

Properties

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

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