Uses of Class
org.dspace.google.GoogleAnalyticsEvent
-
Packages that use GoogleAnalyticsEvent Package Description org.dspace.google.client -
-
Uses of GoogleAnalyticsEvent in org.dspace.google.client
Methods in org.dspace.google.client with parameters of type GoogleAnalyticsEvent Modifier and Type Method Description static GoogleAnalytics4ClientRequestBuilder.GoogleAnalytics4EventVOGoogleAnalytics4ClientRequestBuilder.GoogleAnalytics4EventVO. fromGoogleAnalyticsEvent(GoogleAnalyticsEvent event)Method parameters in org.dspace.google.client with type arguments of type GoogleAnalyticsEvent Modifier and Type Method Description List<String>GoogleAnalytics4ClientRequestBuilder. composeRequestsBody(String analyticsKey, List<GoogleAnalyticsEvent> events)List<String>GoogleAnalyticsClientRequestBuilder. composeRequestsBody(String analyticsKey, List<GoogleAnalyticsEvent> events)Returns the body of the requests to be sent to Google Analytics as string, based on the given analytics key and events.List<String>UniversalAnalyticsClientRequestBuilder. composeRequestsBody(String analyticsKey, List<GoogleAnalyticsEvent> events)voidGoogleAnalyticsClient. sendEvents(String analyticsKey, List<GoogleAnalyticsEvent> events)Send the given Google Analytics events.voidGoogleAnalyticsClientImpl. sendEvents(String analyticsKey, List<GoogleAnalyticsEvent> events)
-