Email Campaigns
Get an email campaign report
get/emailCampaigns/{campaignId}
Path parameters
campaignIdinteger required
Id of the campaign
Query parameters
statistics'globalStats' | 'linksStats' | 'statsByDomain' | 'statsByDevice' | 'statsByBrowser'
Filter on the type of statistics required. Example globalStats value will only fetch globalStats info of the campaign in returned response.
Response
Email campaign informations
Example response
{
"id": 12,
"name": "EN - Sales Summer 2017",
"subject": "20% OFF for 2017 Summer Sales",
"previewText": "Thanks for your order!",
"type": "classic",
"status": "sent",
"scheduledAt": "2017-06-01T12:30:00Z",
"abTesting": true,
"subjectA": "Discover the New Collection!",
"subjectB": "Want to discover the New Collection?",
"splitRule": 25,
"winnerCriteria": "open",
"winnerDelay": 50,
"sendAtBestTime": true,
"utmCampaignValue": "myutm",
"utmSource": "Brevo",
"utmMedium": "EMAIL",
"utmID": 10,
"testSent": true,
"header": "[DEFAULT_HEADER]",
"footer": "[DEFAULT_FOOTER]",
"sender": {
"name": "Marketing",
"email": "marketing@mycompany.com",
"id": 43
},
"replyTo": "replyto@domain.com",
"toField": "{FNAME} {LNAME}",
"htmlContent": "This is my HTML Content",
"shareLink": "http://dhh.brevo.com/fhsgccc.html?t=9865448900",
"tag": "Newsletter",
"createdAt": "2017-05-01T12:30:00Z",
"modifiedAt": "2017-05-01T12:30:00Z",
"inlineImageActivation": true,
"mirrorActive": true,
"recurring": true,
"sentDate": "2018-12-01T16:30:00Z",
"returnBounce": 5,
"recipients": {
"lists": [
21
],
"exclusionLists": [
13
]
},
"statistics": {
"globalStats": {
"listId": 2,
"uniqueClicks": 2300,
"clickers": 2665,
"complaints": 1,
"delivered": 19765,
"sent": 19887,
"softBounces": 100,
"hardBounces": 87,
"uniqueViews": 7779,
"trackableViews": 5661,
"trackableViewsRate": 23.45,
"estimatedViews": 560,
"unsubscriptions": 2,
"viewed": 8999,
"deferred": 30,
"returnBounce": 5
},
"campaignStats": [
{
"listId": 2,
"uniqueClicks": 2300,
"clickers": 2665,
"complaints": 1,
"delivered": 19765,
"sent": 19887,
"softBounces": 100,
"hardBounces": 87,
"uniqueViews": 7779,
"trackableViews": 5661,
"trackableViewsRate": 23.45,
"estimatedViews": 560,
"unsubscriptions": 2,
"viewed": 8999,
"deferred": 30,
"returnBounce": 5
}
],
"mirrorClick": 120,
"remaining": 1000,
"linksStats": {
"example.abc.com": 7,
"example.domain.com": 10
}
}
}