ReportClickDetailsMembers
A collection of members who clicked on a specific link within a campaign.
Table Specific Information
SELECT is supported for ReportClickDetailsMembers.
Select
A CampaignId and UrlId are required to retrieve data from this table. If none are specified in the WHERE clause, the first ones 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
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.
Last updated