ReportClickDetailsMembers
A collection of members who clicked on a specific link within a campaign.
Table Specific Information
SELECT is supported for ReportClickDetailsMembers.
Select
SELECT * FROM ReportClickDetailsMembers
Columns
| Name | Type | Description |
| EmailId [KEY] | String | The list-specific ID for the given email address. |
| EmailAddress | String | Email address for a subscriber |
| Clicks | Integer | The total number of times the subscriber clicked on the link. |
| CampaignId [KEY] | String | The id for the campaign. |
| UrlId [KEY] | String | The id for the tracked URL in the campaign. |
| ListId [KEY] | String | The id for the list. |