{
"status": 200,
"message": "Placement test report retrieved successfully",
"data": {
"cartOrderId": "550e8400-e29b-41d4-a716-446655440000",
"testName": "Monthly Test - December 2024",
"status": "COMPLETED",
"billingCycle": "MONTHLY",
"totalMailboxes": 5,
"completedAt": "2024-12-15T11:30:00.000Z",
"overallMetrics": {
"averageInboxRate": 87.5,
"averageSpamRate": 12.5,
"overallScore": 84.2,
"blacklistHits": 0
},
"mailboxResults": [
{
"mailboxId": "mailbox_abc123",
"mailboxEmail": "user1@example.com",
"status": "COMPLETED",
"inboxRate": 90.0,
"spamRate": 10.0,
"score": 88.5,
"providerResults": [
{
"provider": "gmail",
"inbox": 9,
"spam": 1,
"total": 10,
"inboxRate": 90.0
},
{
"provider": "microsoft365",
"inbox": 9,
"spam": 1,
"total": 10,
"inboxRate": 90.0
}
],
"spamassassinScore": 2.5,
"blacklistCheck": {
"isListed": false,
"listedOn": []
}
},
{
"mailboxId": "mailbox_def456",
"mailboxEmail": "user2@example.com",
"status": "COMPLETED",
"inboxRate": 85.0,
"spamRate": 15.0,
"score": 80.0,
"providerResults": [
{
"provider": "gmail",
"inbox": 8,
"spam": 2,
"total": 10,
"inboxRate": 80.0
},
{
"provider": "microsoft365",
"inbox": 9,
"spam": 1,
"total": 10,
"inboxRate": 90.0
}
],
"spamassassinScore": 3.8,
"blacklistCheck": {
"isListed": false,
"listedOn": []
}
}
],
"recommendations": [
"Inbox rate is good but can be improved",
"Consider checking SPF and DKIM records",
"Monitor SpamAssassin scores above 3.0"
]
}
}