Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.75 KB

CampaignReport.md

File metadata and controls

39 lines (33 loc) · 2.75 KB

# CampaignReport

Report details about a sent campaign.

Properties

Name Type Description Notes
Id string A string that uniquely identifies this campaign. [optional]
CampaignTitle string The title of the campaign. [optional] [readonly]
Type string The type of campaign (regular, plain-text, ab_split, rss, automation, variate, or auto). [optional]
ListId string The unique list id. [optional] [readonly]
ListIsActive bool The status of the list used, namely if it's deleted or disabled. [optional] [readonly]
ListName string The name of the list. [optional] [readonly]
SubjectLine string The subject line for the campaign. [optional] [readonly]
PreviewText string The preview text for the campaign. [optional]
EmailsSent int32 The total number of emails sent for this campaign. [optional]
AbuseReports int32 The number of abuse reports generated for this campaign. [optional]
Unsubscribed int32 The total number of unsubscribed members for this campaign. [optional] [readonly]
SendTime time.Time The date and time a campaign was sent in ISO 8601 format. [optional] [readonly]
RssLastSend time.Time For RSS campaigns, the date and time of the last send in ISO 8601 format. [optional] [readonly]
Bounces Bounces [optional]
Forwards Forwards [optional]
Opens Opens [optional]
Clicks Clicks [optional]
FacebookLikes FacebookLikes [optional]
IndustryStats IndustryStats1 [optional]
ListStats ListStats [optional]
AbSplit ABSplitStats [optional]
Timewarp []TimewarpStatsInner An hourly breakdown of sends, opens, and clicks if a campaign is sent using timewarp. [optional]
Timeseries []TimeseriesInner An hourly breakdown of the performance of the campaign over the first 24 hours. [optional]
ShareReport ShareReport [optional]
Ecommerce ECommerceReport1 [optional]
DeliveryStatus CampaignDeliveryStatus [optional]
Links []ResourceLink A list of link types and descriptions for the API schema documents. [optional] [readonly]

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