Interface AnalyticsConfiguration
-
@Role @Unstable public interface AnalyticsConfigurationConfiguration for the Analytics Application.- Since:
- 1.2
- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthenticationToken()StringgetIdSite()StringgetRequestAddress()StringgetTrackingCode()booleanisEnabled()
-
-
-
Method Detail
-
getRequestAddress
String getRequestAddress()
- Returns:
- the address where the requests will be made
-
getIdSite
String getIdSite()
- Returns:
- the id of the site that we want to see the statistics for
-
getAuthenticationToken
String getAuthenticationToken()
- Returns:
- the authentication token that permits to access the statistics
-
getTrackingCode
String getTrackingCode()
- Returns:
- the tracking code for Matomo.
-
isEnabled
boolean isEnabled()
- Returns:
- true if the tracking is enabled, false otherwise.
- Since:
- 1.0.2
-
-