DomainDeliverabilityCampaign
public struct DomainDeliverabilityCampaign : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier for the campaign. Amazon Pinpoint automatically generates and assigns this identifier to a campaign. This value is not the same as the campaign identifier that Amazon Pinpoint assigns to campaigns that you create and manage by using the Amazon Pinpoint API or the Amazon Pinpoint console.
Declaration
Swift
public let campaignId: String?
-
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.
Declaration
Swift
public let deleteRate: Double?
-
The major email providers who handled the email message.
Declaration
Swift
public let esps: [String]?
-
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.
Declaration
Swift
public let firstSeenDateTime: TimeStamp?
-
The verified email address that the email message was sent from.
Declaration
Swift
public let fromAddress: String?
-
The URL of an image that contains a snapshot of the email message that was sent.
Declaration
Swift
public let imageUrl: String?
-
The number of email messages that were delivered to recipients’ inboxes.
Declaration
Swift
public let inboxCount: Int64?
-
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.
Declaration
Swift
public let lastSeenDateTime: TimeStamp?
-
The projected number of recipients that the email message was sent to.
Declaration
Swift
public let projectedVolume: Int64?
-
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.
Declaration
Swift
public let readDeleteRate: 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.
Declaration
Swift
public let readRate: Double?
-
The IP addresses that were used to send the email message.
Declaration
Swift
public let sendingIps: [String]?
-
The number of email messages that were delivered to recipients’ spam or junk mail folders.
Declaration
Swift
public let spamCount: Int64?
-
The subject line, or title, of the email message.
Declaration
Swift
public let subject: String?
-
init(campaignId:deleteRate:esps:firstSeenDateTime:fromAddress:imageUrl:inboxCount:lastSeenDateTime:projectedVolume:readDeleteRate:readRate:sendingIps:spamCount:subject:)
Undocumented
Declaration
Swift
public init(campaignId: String? = nil, deleteRate: Double? = nil, esps: [String]? = nil, firstSeenDateTime: TimeStamp? = nil, fromAddress: String? = nil, imageUrl: String? = nil, inboxCount: Int64? = nil, lastSeenDateTime: TimeStamp? = nil, projectedVolume: Int64? = nil, readDeleteRate: Double? = nil, readRate: Double? = nil, sendingIps: [String]? = nil, spamCount: Int64? = nil, subject: String? = nil)