getClickCountByUrl
Counts the clicks for each of the given URLs in Optimizely Campaign.
Type: int[ ]
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
mailingId | long | ID of the mailing |
URLs | String**: | Link URLs of the mailing to be analyzed |
unique | Boolean |
|
Return values
Number of clicks for each URL
Code structure
int[] getClickCountByUrl(String sessionId, long mailingId, String[] URLs, boolean unique)
Updated 11 days ago