The TrackingSummaryStruct is returned by the TrackingSummary function, and gives basic delivery and tracking information for a mailing.
|
Name |
Type |
Description |
|
TransientFailure |
string |
Temporary failures due to non-permanent SMTP or DNS failures |
|
Success |
int |
The number of successful recipients |
|
Expired |
int |
The expiration date to send the mailing was reached before all attempts were completed |
|
Paused |
int |
The recipient was not sent to because the mailing was paused by an administrator |
|
MailMergeSkipped |
int |
The recipient was not processed due to the skip command in mailmerge |
|
Active |
int |
The number of recipients currently receiving mailing |
|
Opens |
int |
The total number of times a message is opened |
|
Created |
date |
The date that the mailing was created as an outmail record for sending |
|
NotAttempted |
int |
The number of recipients not yet attempted |
|
Clickthroughs |
int |
The total number of tracked clickthroughs for a message |
|
Title |
string |
The title of the mailing |
|
TotalRecipients |
int |
The total number of recipients |
|
PermanentFailure |
int |
Permanent failures due to permanent SMTP or DNS failures, receipt of a bounce message, invalid email address or failure to retrieve the message body from the database |
|
TotalUndelivered |
int |
The total number of recipients who have been attempted but failed |
|
MailMergeAbort |
int |
The recipient was not sent to because the mailing was aborted during mail merging by the abort command |
|
UniqueOpens |
int |
The total number of recipients tracked opening a message |
|
Clickstreams |
int |
The total number of tracked clickstreams for a message |
|
Pending |
int |
The pending number of recipients |
|
URLs |
Array of UrlTrackingStruct |
All tracked URLs |
|
MailingID |
int |
The outmail_.MessageID_ value |
|
Retry |
int |
The number of recipients waiting for mailings who have already been tried but who did not receive due to a transient error |
![]() |