getOpenCount
Counts the opens of a mailing in Optimizely Campaign.
Type: int
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
mailingId | long | ID of the mailing |
unique | boolean |
|
Return values
Number of opens of the mailing
Code structure
int getOpenCount(String sessionId, long mailingId, boolean unique)
Updated about 1 year ago