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 was categorized like promotions, social, etc.
The sender ESP (Email Service Provider)
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 (1 for pass, 0 otherwise)
Indicates if the email passed DKIM validation (1 for pass, 0 otherwise)
Indicates if the email passed DMARC validation (1 for pass, 0 otherwise)
{ "id": "019769d6-c121-7554-9168-6e4a6c0fe5f4", "timestamp_created": "2025-06-13T15:09:31.297Z", "timestamp_created_date": "2025-06-13", "organization_id": "019769d6-c121-7554-9168-6e4bea377055", "test_id": "019769d6-c121-7554-9168-6e4cc13bc68c", "is_spam": 1, "has_category": 1, "sender_email": "sender@example.com", "sender_esp": 1, "recipient_email": "recipient@example.com", "recipient_esp": 1, "recipient_geo": 1, "recipient_type": 1, "spf_pass": 1, "dkim_pass": 1, "dmarc_pass": 1, "smtp_ip_blacklist_report": null, "authentication_failure_results": null }