public interface MVTStatistics
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getTrackingURI()
Get the URI that is supposed to receive tracking data from this instance.
|
java.net.URL |
getTrackingURL()
Get the URL that is supposed to receive tracking data from this instance.
|
java.lang.Iterable<java.lang.Object[]> |
report(Page page)
Run a click-through-rate report for the given page.
|
java.net.URL getTrackingURL()
null if none configuredjava.net.URI getTrackingURI()
null if none configuredjava.lang.Iterable<java.lang.Object[]> report(Page page) throws WCMException
page - to reportWCMException - in case of error running report