Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PlacementStatistics

import type { PlacementStatistics } from "https://aws-api.deno.dev/v0.3/services/pinpointemail.ts?docs=full";

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

interface PlacementStatistics {
DkimPercentage?: number | null;
InboxPercentage?: number | null;
MissingPercentage?: number | null;
SpamPercentage?: number | null;
SpfPercentage?: number | null;
}

§Properties

§
DkimPercentage?: number | null
[src]

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

§
InboxPercentage?: number | null
[src]

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

§
MissingPercentage?: number | null
[src]

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

§
SpamPercentage?: number | null
[src]

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

§
SpfPercentage?: number | null
[src]

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