ReportClickDetailsMembers
A collection of members who clicked on a specific link within a campaign.
テーブル固有の情報
ReportClickDetailsMembers では、SELECT がサポートされています。
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. |