NAME
Paws::PinpointEmail::DomainDeliverabilityCampaign
USAGE
This 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::PinpointEmail::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::PinpointEmail::DomainDeliverabilityCampaign object:
$result = $service_obj->Method(...);
$result->Att1->CampaignId
DESCRIPTION
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).
ATTRIBUTES
CampaignId => Str
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.
DeleteRate => Num
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.
Esps => ArrayRef[Str|Undef]
The major email providers who handled the email message.
FirstSeenDateTime => Str
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.
FromAddress => Str
The verified email address that the email message was sent from.
ImageUrl => Str
The URL of an image that contains a snapshot of the email message that was sent.
InboxCount => Int
The number of email messages that were delivered to recipients’ inboxes.
LastSeenDateTime => Str
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.
ProjectedVolume => Int
The projected number of recipients that the email message was sent to.
ReadDeleteRate => Num
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.
ReadRate => Num
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.
SendingIps => ArrayRef[Str|Undef]
The IP addresses that were used to send the email message.
SpamCount => Int
The number of email messages that were delivered to recipients' spam or junk mail folders.
Subject => Str
The subject line, or title, of the email message.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::PinpointEmail
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues