![]() |
![]()
| ![]() |
![]()
NAMEPaws::SESv2::DomainDeliverabilityCampaign USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SESv2::DomainDeliverabilityCampaign object: $service_obj->Method(Att1 => { CampaignId => $value, ..., Subject => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SESv2::DomainDeliverabilityCampaign object: $result = $service_obj->Method(...); $result->Att1->CampaignId DESCRIPTIONAn 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). ATTRIBUTESCampaignId => StrThe unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign. DeleteRate => NumThe 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. Esps => ArrayRef[Str|Undef]The major email providers who handled the email message. FirstSeenDateTime => StrThe 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. FromAddress => StrThe verified email address that the email message was sent from. ImageUrl => StrThe URL of an image that contains a snapshot of the email message that was sent. InboxCount => IntThe number of email messages that were delivered to recipients’ inboxes. LastSeenDateTime => StrThe 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. ProjectedVolume => IntThe projected number of recipients that the email message was sent to. ReadDeleteRate => NumThe 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. ReadRate => NumThe 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. SendingIps => ArrayRef[Str|Undef]The IP addresses that were used to send the email message. SpamCount => IntThe number of email messages that were delivered to recipients' spam or junk mail folders. Subject => StrThe subject line, or title, of the email message. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SESv2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|