MailChimp.Api.Net.Services.Reports.MailChimpReports.GetSpecificSubscriberInfoAsync C# (CSharp) 메소드

GetSpecificSubscriberInfoAsync() 공개 메소드

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
리턴 Task
        public async Task<ClickReports> GetSpecificSubscriberInfoAsync(string campaignId, string linkId, string subscriber_hash)
        {
            return await clickDetails.GetSpecificSubscriberInfoAsync(campaignId, linkId, subscriber_hash);
        }