DomainDeliverabilityCampaign class

An object that contains the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption operation).

Constructors

DomainDeliverabilityCampaign({String? campaignId, double? deleteRate, List<String>? esps, DateTime? firstSeenDateTime, String? fromAddress, String? imageUrl, int? inboxCount, DateTime? lastSeenDateTime, int? projectedVolume, double? readDeleteRate, double? readRate, List<String>? sendingIps, int? spamCount, String? subject})
DomainDeliverabilityCampaign.fromJson(Map<String, dynamic> json)
factory

Properties

campaignId String?
The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.
final
deleteRate double?
The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
final
esps List<String>?
The major email providers who handled the email message.
final
firstSeenDateTime DateTime?
The first time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
final
fromAddress String?
The verified email address that the email message was sent from.
final
hashCode int
The hash code for this object.
no setterinherited
imageUrl String?
The URL of an image that contains a snapshot of the email message that was sent.
final
inboxCount int?
The number of email messages that were delivered to recipients’ inboxes.
final
lastSeenDateTime DateTime?
The last time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
final
projectedVolume int?
The projected number of recipients that the email message was sent to.
final
readDeleteRate double?
The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
final
readRate double?
The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendingIps List<String>?
The IP addresses that were used to send the email message.
final
spamCount int?
The number of email messages that were delivered to recipients' spam or junk mail folders.
final
subject String?
The subject line, or title, of the email message.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited