| Name | Description | Type | Additional Info |
|---|---|---|---|
| automatedCampaignId | The ID of the automated campaign. | integer | Required |
None.
| Name | Description | Usage |
|---|---|---|
| endDate | Filters the request by end date. | GET v3/automatedcampaigns/{automatedCampaignId}/report?filter=enddate~{operator}~{value} |
| startDate | Filters the request by start date. | GET v3/automatedcampaigns/{automatedCampaignId}/report?filter=startdate~{operator}~{value} |
| Name | Description | Type | Additional Info |
|---|---|---|---|
| AutomatedCampaignReport | The automated campaign report. | AutomatedCampaignReportV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"AutomatedCampaignReport": {
"AutomatedCampaignId": 1,
"CompletedSubscribers": 2,
"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
},
"StepStats": [
{
"AutomatedCampaignStepId": 1,
"StepType": "sample string 2",
"RunOrder": 3,
"Waiting": 4,
"Completed": 5
},
{
"AutomatedCampaignStepId": 1,
"StepType": "sample string 2",
"RunOrder": 3,
"Waiting": 4,
"Completed": 5
}
]
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"AutomatedCampaignReport":{"AutomatedCampaignId":1,"CompletedSubscribers":2,"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},"StepStats":[{"AutomatedCampaignStepId":1,"StepType":"sample string 2","RunOrder":3,"Waiting":4,"Completed":5},{"AutomatedCampaignStepId":1,"StepType":"sample string 2","RunOrder":3,"Waiting":4,"Completed":5}]},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});