Get campaign summary
Describes the request and response details of this Moosend API endpoint to get a campaign summary
Request
Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| path | string | true | The ID of the campaign that you want to get a summary of. |
| path | string | true | The supported file format for getting a response. Possible values: |
| query | string | true | The API key of your account. |
Response
Status | Description | Headers | Schema |
|---|---|---|---|
| The request is successful. |
| N/A |
Code- the response code. This is0if successful.Error- the response error message. This isnullif successful.Context- contains all the following information for the campaign:CampaignID- the ID of the campaign.ABVersion- if the campaign is an A/B split test campaign, this displays which campaign version was sent. This isnullfor a regular campaign.CampaignName- the name of the campaign.CampaignSubject- the subject line of the campaign.MailingLists- a list that contains the email lists or segments that that campaign is sent to.MailingListID- the ID of the email list.SegmentID- the ID of the selected segment. This is0if there is no segment selected.
CampaignDeliveredOn- the date-time the campaign was delivered.To- the date-time the measurement ended.From- the date-time the measurement started.TotalOpens- the total number of email opens.UniqueOpens- the total number of unique email opens.TotalBounces- the total number of email bounces.TotalComplaints- the total number of complaints.TotalForwards- the total number of email forwards for the campaign using the Forward to a friend personalization tag.UniqueForwards- the total number of unique forwards for the campaign using the Forward to a friend personalization tag.TotalUnsubscribes- the total number of unsubscribed recipients for the campaign.TotalLinkClicks- the total number of link clicks.UniqueLinkClicks- the total number of unique link clicks.Sent- the total number of campaign emails sent.