MailChimp.Api.Net.Services.Reports.MailChimpReports.GetSpecificSubscriberInfoAsync C# (CSharp) Method

GetSpecificSubscriberInfoAsync() public method

Return click details for a specific link Campaign Id The id for the link The MD5 hash of the lowercase version of the list member’s email address
public GetSpecificSubscriberInfoAsync ( string campaignId, string linkId, string subscriber_hash ) : Task
campaignId string
linkId string
subscriber_hash string
return Task
        public async Task<ClickReports> GetSpecificSubscriberInfoAsync(string campaignId, string linkId, string subscriber_hash)
        {
            return await clickDetails.GetSpecificSubscriberInfoAsync(campaignId, linkId, subscriber_hash);
        }