| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SESV2.Types.PlacementStatistics
Description
Synopsis
- data PlacementStatistics = PlacementStatistics' {}
- newPlacementStatistics :: PlacementStatistics
- placementStatistics_dkimPercentage :: Lens' PlacementStatistics (Maybe Double)
- placementStatistics_inboxPercentage :: Lens' PlacementStatistics (Maybe Double)
- placementStatistics_missingPercentage :: Lens' PlacementStatistics (Maybe Double)
- placementStatistics_spamPercentage :: Lens' PlacementStatistics (Maybe Double)
- placementStatistics_spfPercentage :: Lens' PlacementStatistics (Maybe Double)
Documentation
data PlacementStatistics Source #
An object that contains inbox placement data for an email provider.
See: newPlacementStatistics smart constructor.
Constructors
| PlacementStatistics' | |
Fields
| |
Instances
newPlacementStatistics :: PlacementStatistics Source #
Create a value of PlacementStatistics with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dkimPercentage:PlacementStatistics', placementStatistics_dkimPercentage - The percentage of emails that were authenticated by using DomainKeys
Identified Mail (DKIM) during the predictive inbox placement test.
$sel:inboxPercentage:PlacementStatistics', placementStatistics_inboxPercentage - The percentage of emails that arrived in recipients' inboxes during the
predictive inbox placement test.
$sel:missingPercentage:PlacementStatistics', placementStatistics_missingPercentage - The percentage of emails that didn't arrive in recipients' inboxes at
all during the predictive inbox placement test.
$sel:spamPercentage:PlacementStatistics', placementStatistics_spamPercentage - The percentage of emails that arrived in recipients' spam or junk mail
folders during the predictive inbox placement test.
$sel:spfPercentage:PlacementStatistics', placementStatistics_spfPercentage - The percentage of emails that were authenticated by using Sender Policy
Framework (SPF) during the predictive inbox placement test.
placementStatistics_dkimPercentage :: Lens' PlacementStatistics (Maybe Double) Source #
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
placementStatistics_inboxPercentage :: Lens' PlacementStatistics (Maybe Double) Source #
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
placementStatistics_missingPercentage :: Lens' PlacementStatistics (Maybe Double) Source #
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
placementStatistics_spamPercentage :: Lens' PlacementStatistics (Maybe Double) Source #
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
placementStatistics_spfPercentage :: Lens' PlacementStatistics (Maybe Double) Source #
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.