| Name | Description | Type | Additional Info |
|---|---|---|---|
| standardCampaignId | The ID of the standard campaign. | globally unique identifier | Required |
| standardCampaignSendId | The ID of the standard campaign send. | globally unique identifier | Required |
None.
| Name | Description | Type | Additional Info |
|---|---|---|---|
| StandardCampaignSendReport | The standard campaign send report. | StandardCampaignSendReportV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"StandardCampaignSendReport": {
"StandardCampaignId": "fb63ff6f-83c7-40f2-817f-af2336a6492b",
"StandardCampaignSendId": "c6bd33c0-650b-46df-b81d-47c4e957c3dd",
"EmailStats": {
"DeliveryRate": 1.1,
"TotalSent": 2,
"Delivered": 3,
"Failed": 4,
"OpenRate": 5.1,
"TotalOpens": 6,
"UniqueOpens": 7,
"ClickToOpenRate": 8.1,
"TotalClicks": 9,
"UniqueClicks": 10,
"ClickThroughRate": 11.1,
"OptOuts": 12,
"OptOutRate": 13.1,
"SpamComplaints": 14,
"TotalBounces": 15,
"BlockedBounces": 16,
"HardBounces": 17
},
"FaxStats": {
"DeliveryRate": 1.1,
"TotalSent": 2,
"Delivered": 3,
"Failed": 4
},
"SmsStats": {
"DeliveryRate": 1.1,
"TotalSent": 2,
"Delivered": 3,
"Failed": 4,
"OptOuts": 5
}
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSendReport":{"StandardCampaignId":"fb63ff6f-83c7-40f2-817f-af2336a6492b","StandardCampaignSendId":"c6bd33c0-650b-46df-b81d-47c4e957c3dd","EmailStats":{"DeliveryRate":1.1,"TotalSent":2,"Delivered":3,"Failed":4,"OpenRate":5.1,"TotalOpens":6,"UniqueOpens":7,"ClickToOpenRate":8.1,"TotalClicks":9,"UniqueClicks":10,"ClickThroughRate":11.1,"OptOuts":12,"OptOutRate":13.1,"SpamComplaints":14,"TotalBounces":15,"BlockedBounces":16,"HardBounces":17},"FaxStats":{"DeliveryRate":1.1,"TotalSent":2,"Delivered":3,"Failed":4},"SmsStats":{"DeliveryRate":1.1,"TotalSent":2,"Delivered":3,"Failed":4,"OptOuts":5}},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});