Interface AnalyticsConfiguration
@Role
@Unstable
public interface AnalyticsConfiguration
Configuration for the Analytics Application.
- Since:
- 1.2
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
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
-