ReportUnsubscribes
A list of members who have unsubscribed from a specific campaign.
Table Specific Information
SELECT is supported for ReportUnsubscribes.
Select
SELECT * FROM ReportUnsubscribes
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. |