C# Class MailChimp.Api.Net.Services.Reports.MailChimpReports

Mostrar archivo Open project: shahriarhossain/MailChimp.Api.Net Class Usage Examples

Public Methods

Method Description
GetAdviceAsync ( string campaignId ) : Task

Return recent feedback based on a campaign’s statistics Campaign Id

GetAlllSubscribersInfoAsync ( string campaignId, string linkId ) : Task

Return click details for a specific link Campaign Id The id for the link

GetClickDetailByLinkIdAsync ( string campaignId, string linkId ) : Task

Return click details for a specific link Campaign Id The id for the link.

GetClickDetailsAsync ( string campaignId ) : Task

Return detailed information about links clicked in campaigns. Campaign Id

GetDomainPerformanceAsync ( string campaignId ) : Task

Return statistics for the top-performing domains from a campaign. Unique id for campaign

GetEepUrlActivityAsync ( string campaignId ) : Task

Return a summary of social activity for the campaign, tracked by EepURL. Unique id for campaign

GetEmailActivityAsync ( string campaignId ) : Task

Return list member activity for a specific campaign Unique id for the campaign

GetEmailActivityBySubscriberAsync ( string campaignId, string subscriber_hash ) : Task

Return list member activity for a specific campaign Unique id for the campaign The MD5 hash of the lowercase version of the list member’s email address

GetOverviewAsync ( ) : Task

Get campaign reports Campaign Id

GetOverviewByCampaignAsync ( string campaignId ) : Task

Get a specific campaign report Campaign Id

GetRecipientsInfoAsync ( string campaignId ) : Task

Return top open locations for a specific campaign. Unique id for the campaign

GetReportForChildCampaignAsync ( string campaignId ) : Task

Return A list of reports for child campaigns of a specific parent campaign. Campaign Id

GetSpecificCampaignRecipientAsync ( string campaignId, string subscriber_hash ) : Task

Return top open locations for a specific campaign. Unique id for the campaign The MD5 hash of the lowercase version of the list member’s email address

GetSpecificSubscriberInfoAsync ( string campaignId, string linkId, string subscriber_hash ) : Task

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

GetTopLocationAsync ( string campaignId ) : Task

Return top open locations for a specific campaign. Unique id for the campaign

GetUnsubscriberInfoAsync ( string campaignId, string subscriber_hash ) : Task

Return top open locations for a specific campaign. Unique id for the campaign The MD5 hash of the lowercase version of the list member’s email address

GetUnsubscriberListAsync ( string campaignId ) : Task

Return statistics for the top-performing domains from a campaign. Unique id for campaign

MailChimpReports ( ) : System.Threading.Tasks

Method Details

GetAdviceAsync() public method

Return recent feedback based on a campaign’s statistics Campaign Id
public GetAdviceAsync ( string campaignId ) : Task
campaignId string
return Task

GetAlllSubscribersInfoAsync() public method

Return click details for a specific link Campaign Id The id for the link
public GetAlllSubscribersInfoAsync ( string campaignId, string linkId ) : Task
campaignId string
linkId string
return Task

GetClickDetailByLinkIdAsync() public method

Return click details for a specific link Campaign Id The id for the link.
public GetClickDetailByLinkIdAsync ( string campaignId, string linkId ) : Task
campaignId string
linkId string
return Task

GetClickDetailsAsync() public method

Return detailed information about links clicked in campaigns. Campaign Id
public GetClickDetailsAsync ( string campaignId ) : Task
campaignId string
return Task

GetDomainPerformanceAsync() public method

Return statistics for the top-performing domains from a campaign. Unique id for campaign
public GetDomainPerformanceAsync ( string campaignId ) : Task
campaignId string
return Task

GetEepUrlActivityAsync() public method

Return a summary of social activity for the campaign, tracked by EepURL. Unique id for campaign
public GetEepUrlActivityAsync ( string campaignId ) : Task
campaignId string
return Task

GetEmailActivityAsync() public method

Return list member activity for a specific campaign Unique id for the campaign
public GetEmailActivityAsync ( string campaignId ) : Task
campaignId string
return Task

GetEmailActivityBySubscriberAsync() public method

Return list member activity for a specific campaign Unique id for the campaign The MD5 hash of the lowercase version of the list member’s email address
public GetEmailActivityBySubscriberAsync ( string campaignId, string subscriber_hash ) : Task
campaignId string
subscriber_hash string
return Task

GetOverviewAsync() public method

Get campaign reports Campaign Id
public GetOverviewAsync ( ) : Task
return Task

GetOverviewByCampaignAsync() public method

Get a specific campaign report Campaign Id
public GetOverviewByCampaignAsync ( string campaignId ) : Task
campaignId string
return Task

GetRecipientsInfoAsync() public method

Return top open locations for a specific campaign. Unique id for the campaign
public GetRecipientsInfoAsync ( string campaignId ) : Task
campaignId string
return Task

GetReportForChildCampaignAsync() public method

Return A list of reports for child campaigns of a specific parent campaign. Campaign Id
public GetReportForChildCampaignAsync ( string campaignId ) : Task
campaignId string
return Task

GetSpecificCampaignRecipientAsync() public method

Return top open locations for a specific campaign. Unique id for the campaign The MD5 hash of the lowercase version of the list member’s email address
public GetSpecificCampaignRecipientAsync ( string campaignId, string subscriber_hash ) : Task
campaignId string
subscriber_hash string
return Task

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

GetTopLocationAsync() public method

Return top open locations for a specific campaign. Unique id for the campaign
public GetTopLocationAsync ( string campaignId ) : Task
campaignId string
return Task

GetUnsubscriberInfoAsync() public method

Return top open locations for a specific campaign. Unique id for the campaign The MD5 hash of the lowercase version of the list member’s email address
public GetUnsubscriberInfoAsync ( string campaignId, string subscriber_hash ) : Task
campaignId string
subscriber_hash string
return Task

GetUnsubscriberListAsync() public method

Return statistics for the top-performing domains from a campaign. Unique id for campaign
public GetUnsubscriberListAsync ( string campaignId ) : Task
campaignId string
return Task

MailChimpReports() public method

public MailChimpReports ( ) : System.Threading.Tasks
return System.Threading.Tasks