Interface GoogleAnalyticsService
-
@Deprecated public interface GoogleAnalyticsService
Deprecated.Google Universal Analytics support is deprecated because UA is decommissioned. Please try to upgrade to GA4. Detailed instructions: https://support.google.com/analytics/answer/9304153 also please check 15.3 Release documentation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getAccountId()
Deprecated.InputStream
getPrivateKey()
Deprecated.String
getTableId()
Deprecated.String
getUserName()
Deprecated.
-
-
-
Method Detail
-
getAccountId
String getAccountId()
Deprecated.- Returns:
- configured google analytics account id or
null
if not configured
-
getTableId
String getTableId()
Deprecated.- Returns:
- configured google analytics table id or
null
if not configured
-
getUserName
String getUserName()
Deprecated.- Returns:
- configured google analytics account user name or
null
if not configured
-
getPrivateKey
InputStream getPrivateKey() throws RepositoryException
Deprecated.- Returns:
- input stream to uploaded key file,
PKCS 12
- Throws:
RepositoryException
-
-