Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

getAllRecipientResponseCounts2

Counts the responses of a specific type for multiple recipients in Optimizely Campaign.

Type: int[ ]

Parameters

NameTypeValue
sessionIdStringID of the session
categoryStringSee Response categories.
recipientIdsString[ ]IDs of the recipients
mailingIdlongID of the mailing

Return values

For each recipient: Number of responses of the given type for the recipient

Code structure

int[] getAllRecipientResponseCounts2(String sessionId, String category, String[] recipientIds, long mailingId)