getUnsubscribeCount
Counts the unsubscribes for a mailing in Optimizely Campaign.
Type: int
Parameters
| Name | Type | Value | 
|---|---|---|
| sessionId | String | ID of the session | 
| mailingId | long | ID of the mailing | 
Return values
Number of unsubscribes for the mailing
Code structure
int getUnsubscribeCount(String sessionId, long mailingId)Updated about 2 months ago