listStatistics( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a list of statistics for up to 100 selected campaigns.

For each campaign, you receive the total activity count for the campaign's landing page and email. For example, the total amount of times the landing page was opened, or the total amount of email recipients that clicked a link in an email.

Use List Campaigns to retrieve additional information for your campaigns. Use List Recipients to retrieve a list of recipients and their activities related to a selected campaign.

Admin Method

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permission Scopes

For app development, you must have one of the following permission scopes:
Read Email Marketing
Manage Email Marketing
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
campaignIdsArray<string>Required

IDs of the campaigns to retrieve (max 100 campaigns).

Returns
Return Type:Promise<ListStatisticsResponse>
Was this helpful?
Yes
No