Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.77 KB

File metadata and controls

23 lines (20 loc) · 1.77 KB

IO.Swagger.Model.JerichoPerformance

Properties

Name Type Description Notes
JerichoId int? The jericho id [optional]
Sent int? The number of emails sent [optional]
UniqueViews int? The unique number of people that viewed the email [optional]
UniqueLandingPageViews int? The unique number of people that visited the landing page [optional]
LandingPageViews int? The total number of people that visisted the landing page [optional]
Delivered int? The number of emails delivered, likely less than sent due to bounces, and other common delivery issues [optional]
Bounce int? The number of emails that bounced as undeliverable [optional]
Open int? The total number of times the emails were viewed [optional]
Click int? The total number of times links in the emails were clicked [optional]
VideoPlay int? The total number of times videos in the emails were played [optional]
AbuseComplaints int? The number of recipients that marked the message as abusive [optional]
Contacts int? The total number of contacts submitted to be sent, may be more than was sent to [optional]
PromptsSent int? The total number of prompts sent to members of the client group [optional]
PromptsWithRecordings int? The total number of prompts sent that included a personal recording [optional]
PromptsOptedOut int? The total number of members that chose not to send a prompt [optional]

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