public static interface PlacementStatistics.Builder extends SdkPojo, CopyableBuilder<PlacementStatistics.Builder,PlacementStatistics>
Modifier and Type | Method and Description |
---|---|
PlacementStatistics.Builder |
dkimPercentage(Double dkimPercentage)
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the
predictive inbox placement test.
|
PlacementStatistics.Builder |
inboxPercentage(Double inboxPercentage)
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
|
PlacementStatistics.Builder |
missingPercentage(Double missingPercentage)
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox
placement test.
|
PlacementStatistics.Builder |
spamPercentage(Double spamPercentage)
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox
placement test.
|
PlacementStatistics.Builder |
spfPercentage(Double spfPercentage)
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive
inbox placement test.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PlacementStatistics.Builder inboxPercentage(Double inboxPercentage)
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
inboxPercentage
- The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement
test.PlacementStatistics.Builder spamPercentage(Double spamPercentage)
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
spamPercentage
- The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive
inbox placement test.PlacementStatistics.Builder missingPercentage(Double missingPercentage)
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
missingPercentage
- The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox
placement test.PlacementStatistics.Builder spfPercentage(Double spfPercentage)
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
spfPercentage
- The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the
predictive inbox placement test.PlacementStatistics.Builder dkimPercentage(Double dkimPercentage)
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
dkimPercentage
- The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the
predictive inbox placement test.Copyright © 2021. All rights reserved.