Package com.day.cq.wcm.core.stats
Interface PageViewStatistics
-
- All Known Implementing Classes:
PageViewStatisticsImpl
public interface PageViewStatisticsUtility to access configuration and shortcut Page-report
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIgetTrackingURI()Get the URI that is supposed to receive tracking data from this instance.URLgetTrackingURL()Get the URL that is supposed to receive tracking data from this instanceObject[]report(Page page)Run a report for the given page
-
-
-
Method Detail
-
getTrackingURL
URL getTrackingURL()
Get the URL that is supposed to receive tracking data from this instance- Returns:
- or
nullif none configured
-
getTrackingURI
URI getTrackingURI()
Get the URI that is supposed to receive tracking data from this instance.- Returns:
- or
nullif none configured
-
report
Object[] report(Page page) throws WCMException
Run a report for the given page- Parameters:
page- to report- Returns:
- report or
nullif none at all - Throws:
WCMException- in case of error running report
-
-