Values.PlacementStatisticsSourceAn object that contains inbox placement data for an email provider.
type nonrec t = {inboxPercentage : Percentage.t option;The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
*)spamPercentage : Percentage.t option;The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
*)missingPercentage : Percentage.t option;The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
*)spfPercentage : Percentage.t option;The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
*)dkimPercentage : Percentage.t option;The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
*)}