libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.PinpointEmail.Types.PlacementStatistics

Description

 
Synopsis

Documentation

data PlacementStatistics Source #

An object that contains inbox placement data for an email provider.

See: newPlacementStatistics smart constructor.

Constructors

PlacementStatistics' 

Fields

  • missingPercentage :: Maybe Double

    The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.

  • spamPercentage :: Maybe Double

    The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.

  • spfPercentage :: Maybe Double

    The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.

  • dkimPercentage :: Maybe Double

    The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.

  • inboxPercentage :: Maybe Double

    The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.

Instances

Instances details
Eq PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Read PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Show PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Generic PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Associated Types

type Rep PlacementStatistics :: Type -> Type #

NFData PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Methods

rnf :: PlacementStatistics -> () #

Hashable PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

FromJSON PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

type Rep PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

type Rep PlacementStatistics = D1 ('MetaData "PlacementStatistics" "Amazonka.PinpointEmail.Types.PlacementStatistics" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PlacementStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "missingPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "spamPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "spfPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "dkimPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "inboxPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

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: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.

$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.

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.

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.