getClickCount
Counts the clicks 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 clicks of the mailing
Code structure
int getClickCount(String sessionId, long mailingId, boolean unique)
Updated about 1 year ago