Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.76 KB

ReportData.md

File metadata and controls

28 lines (20 loc) · 1.76 KB

ReportData

Contains the report data for a given campaign

Properties

Name Type Description Notes
campaignId String The ID of the campaign [optional]
linkStats Map<String, Integer> Statistics about the links clicked within the campaign [optional]
clickedContactCount Integer The total number of contacts that clicked on any link [optional]
openedContactCount Integer The total number of contacts that opened the campaign email [optional]
repliedContactCount Integer The total number of contacts that replied to the campaign email [optional]
clickedUniqueContactCount Integer The unique number of contacts that clicked on any link [optional]
openedUniqueContactCount Integer The unique number of contacts that opened the campaign email [optional]
repliedUniqueContactCount Integer The unique number of contacts that replied to the campaign email [optional]
sentContactCount Integer The total number of contacts the campaign was sent to [optional]
unsubscribeContactCount Integer The total number of contacts that unsubscribed [optional]
bounceContactCount Integer The total number of bounced contacts [optional]
spamContactCount Integer The total number of contacts that marked the email as spam [optional]
emailRevenue String The total revenue generated from the campaign email [optional]
revenuePerRecipient String The average revenue generated per recipient [optional]
currency String The currency in which the revenue is measured [optional]