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

Afficher le fichier Open project: shahriarhossain/MailChimp.Api.Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetAlllSubscribersInfoAsync() public méthode

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
Résultat Task

GetClickDetailByLinkIdAsync() public méthode

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
Résultat Task

GetClickDetailsAsync() public méthode

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

GetDomainPerformanceAsync() public méthode

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

GetEepUrlActivityAsync() public méthode

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

GetEmailActivityAsync() public méthode

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

GetEmailActivityBySubscriberAsync() public méthode

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
Résultat Task

GetOverviewAsync() public méthode

Get campaign reports Campaign Id
public GetOverviewAsync ( ) : Task
Résultat Task

GetOverviewByCampaignAsync() public méthode

Get a specific campaign report Campaign Id
public GetOverviewByCampaignAsync ( string campaignId ) : Task
campaignId string
Résultat Task

GetRecipientsInfoAsync() public méthode

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

GetReportForChildCampaignAsync() public méthode

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

GetSpecificCampaignRecipientAsync() public méthode

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
Résultat Task

GetSpecificSubscriberInfoAsync() public méthode

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
Résultat Task

GetTopLocationAsync() public méthode

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

GetUnsubscriberInfoAsync() public méthode

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
Résultat Task

GetUnsubscriberListAsync() public méthode

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

MailChimpReports() public méthode

public MailChimpReports ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks