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

getOpenCount

Counts the opens of a mailing in Optimizely Campaign.

Type: int

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailing
uniqueboolean - true – Double counts of recipients that opened the mailing several times are removed.
- false – The overall number of opens is returned.

Return values

Number of opens of the mailing

Code structure

int getOpenCount(String sessionId, long mailingId, boolean unique)