Counts the clicks for each of the given URLs in Episerver 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)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 24, 2018