Skip to main content
This schema describes objects returned by the Inbox Placement Analytics endpoints.
Analytics data for individual emails in inbox placement tests

Fields

FieldTypeRequiredDescription
idstring (uuid)YesUnique identifier for the inbox placement analytics entry (read-only)
timestamp_createdstringYesTimestamp when the inbox placement analytics was created (read-only)
timestamp_created_datestringYesDate when the inbox placement analytics was created (read-only)
organization_idstring (uuid)YesOrganization ID (read-only)
test_idstring (uuid)YesInbox Placement Test ID
is_spamboolean, nullableNoIndicates if the email landed in spam (null if not determined). Only present when record_type is 2 (received).
has_categoryboolean, nullableNoIndicates if the email was categorized like promotions, social, etc. (null if not determined). Only present when record_type is 2 (received).
sender_emailstring, nullableNoEmail address of the sender
sender_espnumber, nullableNoThe sender ESP (Email Service Provider). Only present when record_type is 2 (received).. Possible values: 1 (Google), 2 (Microsoft), 12 (Web.de), 13 (Libero.it)
recipient_emailstring, nullableNoEmail address of the recipient
recipient_espnumber, nullableNoThe recipient ESP (Email Service Provider). Possible values: 1 (Google), 2 (Microsoft), 12 (Web.de), 13 (Libero.it)
recipient_geonumber, nullableNoThe geographic location of the recipient. Possible values: 1 (United States), 2 (Italy), 3 (Germany), 4 (France)
recipient_typenumber, nullableNoThe type of recipient. Possible values: 1 (Professional), 2 (Personal)
spf_passboolean, nullableNoIndicates if the email passed SPF validation. Only present when record_type is 2 (received).
dkim_passboolean, nullableNoIndicates if the email passed DKIM validation. Only present when record_type is 2 (received).
dmarc_passboolean, nullableNoIndicates if the email passed DMARC validation. Only present when record_type is 2 (received).
smtp_ip_blacklist_reportobject, nullableNoBlacklist report for the SMTP IP address. Only present when record_type is 2 (received).
authentication_failure_resultsobject, nullableNoDetails of authentication failures for SPF, DKIM, and DMARC. Only present when record_type is 2 (received).
authentication_failure_results.authentication_resultsstringNoAuthentication results
authentication_failure_results.dkim_signaturestringNoDKIM signature
authentication_failure_results.received_spfstringNoReceived SPF
record_typenumber, nullableNoThe type of record (sent or received). Possible values: 1 (Sent), 2 (Received)