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 analysed |
unique | boolean |
|
Return values
Number of clicks for each URL
Code structure
int[] getClickCountByUrl(String sessionId, long mailingId, String[] URLs, boolean unique)
Updated 5 months ago
Did this page help you?