Package com.day.cq.wcm.core.stats
Interface PageViewStatistics
- All Known Implementing Classes:
PageViewStatisticsImpl
public interface PageViewStatistics
Utility to access configuration and shortcut Page-report
-
Method Summary
Modifier and TypeMethodDescriptionGet the URI that is supposed to receive tracking data from this instance.Get the URL that is supposed to receive tracking data from this instanceObject[]Run a report for the given page
-
Method Details
-
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
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
-