ReportUnsubscribes
A list of members who have unsubscribed from a specific campaign.
Table Specific Information
SELECT is supported for ReportUnsubscribes.
Select
A CampaignId is required to retrieve data from this table. If none is specified in the WHERE clause, the first one available for your account will be used.
Columns
Name
Type
Description
EmailId [KEY]
String
The list-specific ID for the given email address
EmailAddress
String
Email address for a subscriber
Timestamp
Datetime
The date and time the member opted-out.
Reason
String
If available, the reason listed by the member for unsubscribing.
CampaignId [KEY]
String
The id for the campaign.
ListId [KEY]
String
The id for the list.
Last updated