Analytics data for individual emails in inbox placement tests
Unique identifier for the inbox placement analytics entry
Timestamp when the inbox placement analytics was created
Date when the inbox placement analytics was created
Organization ID
Indicates if the email landed in spam (null if not determined). Only present when record_type is 2 (received).
Indicates if the email was categorized like promotions, social, etc. (null if not determined). Only present when record_type is 2 (received).
The sender ESP (Email Service Provider). Only present when record_type is 2 (received).
Enum Value | Description |
---|---|
1 | |
2 | Microsoft |
12 | Web.de |
13 | Libero.it |
The recipient ESP (Email Service Provider)
Enum Value | Description |
---|---|
1 | |
2 | Microsoft |
12 | Web.de |
13 | Libero.it |
The geographic location of the recipient
Enum Value | Description |
---|---|
1 | United States |
2 | Italy |
3 | Germany |
4 | France |
The type of recipient
Enum Value | Description |
---|---|
1 | Professional |
2 | Personal |
Indicates if the email passed SPF validation. Only present when record_type is 2 (received).
Indicates if the email passed DKIM validation. Only present when record_type is 2 (received).
Indicates if the email passed DMARC validation. Only present when record_type is 2 (received).
Blacklist report for the SMTP IP address. Only present when record_type is 2 (received).
Details of authentication failures for SPF, DKIM, and DMARC. Only present when record_type is 2 (received).
{ "id": "0198af77-ec9d-7ed1-997c-ab3ba0ba2d45", "timestamp_created": "2025-08-15T20:42:08.925Z", "timestamp_created_date": "2025-08-15", "organization_id": "0198af77-ec9d-7ed1-997c-ab3cc7483959", "test_id": "0198af77-ec9d-7ed1-997c-ab3d7371f5f4", "is_spam": true, "has_category": true, "sender_email": "sender@example.com", "sender_esp": 1, "recipient_email": "recipient@example.com", "recipient_esp": 1, "recipient_geo": 1, "recipient_type": 1, "spf_pass": true, "dkim_pass": true, "dmarc_pass": true, "smtp_ip_blacklist_report": null, "authentication_failure_results": null, "record_type": 1 }