Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.76 KB

ReportData.md

File metadata and controls

23 lines (20 loc) · 1.76 KB

# ReportData

Properties

Name Type Description Notes
campaign_id string The ID of the campaign [optional]
link_stats array<string,int> Statistics about the links clicked within the campaign [optional]
clicked_contact_count int The total number of contacts that clicked on any link [optional]
opened_contact_count int The total number of contacts that opened the campaign email [optional]
replied_contact_count int The total number of contacts that replied to the campaign email [optional]
clicked_unique_contact_count int The unique number of contacts that clicked on any link [optional]
opened_unique_contact_count int The unique number of contacts that opened the campaign email [optional]
replied_unique_contact_count int The unique number of contacts that replied to the campaign email [optional]
sent_contact_count int The total number of contacts the campaign was sent to [optional]
unsubscribe_contact_count int The total number of contacts that unsubscribed [optional]
bounce_contact_count int The total number of bounced contacts [optional]
spam_contact_count int The total number of contacts that marked the email as spam [optional]
email_revenue string The total revenue generated from the campaign email [optional]
revenue_per_recipient string The average revenue generated per recipient [optional]
currency string The currency in which the revenue is measured [optional]

[Back to Model list] [Back to API list] [Back to README]